Home
last modified time | relevance | path

Searched refs:fdesc_table (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/elf/
Ddl-fptr.c50 struct fdesc_table *root;
54 struct fdesc_table boot_table;
71 static struct fdesc_table *
76 struct fdesc_table *new_table; in new_fdesc_table()
81 return (struct fdesc_table *) NULL; in new_fdesc_table()
101 struct fdesc_table *root; in make_fdesc()
137 struct fdesc_table *new_table = new_fdesc_table (l, &size); in make_fdesc()
308 struct fdesc_table *t; in _dl_lookup_address()
/glibc-2.36/sysdeps/hppa/
Ddl-fptr.c53 struct fdesc_table *root;
57 struct fdesc_table boot_table;
79 static struct fdesc_table *
84 struct fdesc_table *new_table; in new_fdesc_table()
89 return (struct fdesc_table *) NULL; in new_fdesc_table()
118 struct fdesc_table *root; in make_fdesc()
154 struct fdesc_table *new_table = new_fdesc_table (l, &size); in make_fdesc()
/glibc-2.36/sysdeps/generic/
Ddl-fptr.h30 struct fdesc_table struct
32 struct fdesc_table *next; argument