Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A 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;
/sysdeps/unix/sysv/linux/sparc/
A 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;
/sysdeps/unix/sysv/linux/alpha/
A 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;
/sysdeps/generic/
A 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;
/sysdeps/posix/
A Dlibc_fatal.c72 int nlist = 0; in __libc_message() local

Completed in 8 milliseconds