Home
last modified time | relevance | path

Searched defs:nlist (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Da.out.h90 struct nlist struct
95 struct nlist *n_next; argument
97 } n_un;
98 unsigned char n_type;
99 char n_other;
100 short n_desc;
101 unsigned long n_value;
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/
Da.out.h98 struct nlist struct
103 struct nlist *n_next; argument
105 } n_un;
106 unsigned char n_type;
107 char n_other;
108 short n_desc;
109 unsigned long n_value;
/glibc-2.36/sysdeps/generic/
Da.out.h228 struct nlist { struct
231 struct nlist *n_next; argument
233 } n_un;
234 unsigned char n_type;
235 char n_other;
236 short n_desc;
237 unsigned long n_value;
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Da.out.h149 struct nlist struct
154 struct nlist *n_next; argument
156 } n_un;
157 unsigned char n_type;
158 char n_other;
159 short n_desc;
160 unsigned long n_value;
/glibc-2.36/elf/
Ddl-deps.c126 preload (struct list *known, unsigned int *nlist, struct link_map *map) in preload()
146 unsigned int nlist, i; in _dl_map_object_deps() local
/glibc-2.36/sysdeps/posix/
Dlibc_fatal.c72 int nlist = 0; in __libc_message() local
/glibc-2.36/locale/programs/
Dlocarchive.c1335 add_locales_to_archive (size_t nlist, char *list[], bool replace) in add_locales_to_archive()
1528 delete_locales_from_archive (size_t nlist, char *list[]) in delete_locales_from_archive()