| /freebsd-12-stable/cddl/contrib/opensolaris/head/ |
| D | nlist.h | 36 struct nlist { struct 45 extern int nlist(const char *, struct nlist *); argument
|
| /freebsd-12-stable/contrib/llvm-project/lld/MachO/ |
| D | MachOStructs.h | 32 struct nlist { struct 33 llvm::support::ulittle32_t n_strx; 34 uint8_t n_type; 35 uint8_t n_sect; 36 llvm::support::ulittle16_t n_desc; 37 llvm::support::ulittle32_t n_value;
|
| D | Target.h | 107 using nlist = structs::nlist_64; member 123 using nlist = structs::nlist; member
|
| /freebsd-12-stable/sys/sys/ |
| D | nlist_aout.h | 53 struct nlist { struct 55 union { 58 } n_un; 62 unsigned char n_type; /* type defines */ 63 char n_other; /* ".type" and binding information */ 64 short n_desc; /* used by stab entries */ 65 unsigned long n_value; /* address/value of the symbol */
|
| /freebsd-12-stable/contrib/gdb/include/ |
| D | bout.h | 106 struct nlist struct 111 struct nlist * n_next; argument 113 } n_un; 115 unsigned char n_type; /* See below */ 116 char n_other; /* Used in i80960 support -- see below */ 117 short n_desc; 118 unsigned long n_value;
|
| /freebsd-12-stable/contrib/binutils/gas/config/ |
| D | aout_gnu.h | 221 struct nlist struct 226 struct nlist *n_next; argument 229 n_un; 230 unsigned char n_type; 231 char n_other; 232 short n_desc; 233 unsigned long n_value;
|
| /freebsd-12-stable/contrib/byacc/test/btyacc/ |
| D | btyacc_destroy1.tab.h | 19 namelist * nlist; member
|
| D | btyacc_destroy3.tab.h | 19 namelist * nlist; member
|
| D | inherit1.tab.h | 19 namelist * nlist; member
|
| D | btyacc_destroy2.tab.h | 19 namelist * nlist; member
|
| D | inherit2.tab.h | 19 namelist * nlist; member
|
| D | err_inherit3.tab.h | 19 namelist * nlist; member
|
| D | err_inherit4.tab.h | 19 namelist * nlist; member
|
| /freebsd-12-stable/usr.sbin/ngctl/ |
| D | list.c | 68 struct namelist *nlist; in ListCmd() local
|
| D | dot.c | 69 struct namelist *nlist; in DotCmd() local
|
| /freebsd-12-stable/usr.bin/mklocale/ |
| D | yacc.y | 311 rune_list *nlist = list->next; in set_map() local 323 rune_list *nlist = list->next; in set_digitmap() local
|
| /freebsd-12-stable/contrib/blacklist/bin/ |
| D | blacklistd.c | 363 uniqueadd(struct conf ***listp, size_t *nlist, size_t *mlist, struct conf *c) in uniqueadd() 387 size_t nlist, mlist; in rules_flush() local
|
| /freebsd-12-stable/contrib/byacc/test/ |
| D | inherit1.y | 36 namelist * nlist; member
|
| D | err_inherit1.y | 43 namelist * nlist; member
|
| D | err_inherit3.y | 43 namelist * nlist; member
|
| D | err_inherit5.y | 43 namelist * nlist; member
|
| D | inherit2.y | 43 namelist * nlist; member
|
| D | err_inherit4.y | 45 namelist * nlist; member
|
| D | err_inherit2.y | 43 namelist * nlist; member
|
| /freebsd-12-stable/lib/libc/gen/ |
| D | nlist.c | 67 nlist(const char *name, struct nlist *list) in nlist() function
|