/netbsd-src/external/cddl/osnet/dist/head/ |
H A D | nlist.h | 36 struct nlist { struct 45 extern int nlist(const char *, struct nlist *); argument
|
/netbsd-src/tools/arm-elf2aout/ |
H A D | nlist.h | 48 struct nlist { struct 50 union { 55 } n_un; 92 int nlist(const char *, struct nlist *); argument
|
/netbsd-src/tools/m68k-elf2aout/ |
H A D | nlist.h | 48 struct nlist { struct 50 union { 55 } n_un; 92 int nlist(const char *, struct nlist *); argument
|
/netbsd-src/include/ |
H A D | nlist.h | 48 struct nlist { struct 50 union { 53 } n_un; 90 int nlist(const char *, struct nlist *); argument
|
H A D | link_aout.h | 87 struct nlist nlist; member
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | bout.h | 107 struct nlist struct 112 struct nlist * n_next; argument 114 } n_un; 116 unsigned char n_type; /* See below */ 117 char n_other; /* Used in i80960 support -- see below */ 118 short n_desc; 119 unsigned long n_value;
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | bout.h | 107 struct nlist struct 112 struct nlist * n_next; argument 114 } n_un; 116 unsigned char n_type; /* See below */ 117 char n_other; /* Used in i80960 support -- see below */ 118 short n_desc; 119 unsigned long n_value;
|
/netbsd-src/lib/libc/gen/ |
H A D | nlist.c | 115 nlist(const char *name, struct nlist *list) in nlist() function
|
/netbsd-src/usr.bin/mklocale/ |
H A D | yacc.y | 379 rune_list *nlist = list->next; in set_map() local 391 rune_list *nlist = list->next; in set_digitmap() local
|
/netbsd-src/external/bsd/byacc/dist/test/ |
H A D | inherit1.y | 38 namelist * nlist; member
|
H A D | err_inherit1.y | 45 namelist * nlist; member
|
H A D | err_inherit3.y | 45 namelist * nlist; member
|
H A D | inherit2.y | 45 namelist * nlist; member
|
H A D | err_inherit5.y | 45 namelist * nlist; member
|
H A D | err_inherit4.y | 47 namelist * nlist; member
|
H A D | err_inherit2.y | 45 namelist * nlist; member
|
/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/ |
H A D | NsdConf.py | 189 def addAllowNotify(self, nlist): argument 200 def addAlsoNotify(self, nlist): argument
|
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/ |
H A D | macho.c | 556 struct macho_nlist_64 nlist; in macho_add_symtab() local 565 struct macho_nlist nlist; in macho_add_symtab() local 594 struct macho_nlist_64 nlist; in macho_add_symtab() local 606 struct macho_nlist nlist; in macho_add_symtab() local
|
/netbsd-src/usr.bin/mail/ |
H A D | names.c | 425 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype) in gexpand()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/ |
H A D | MachOReader.cpp | 191 SymbolEntry constructSymbolEntry(StringRef StrTable, const nlist_t &nlist) { in constructSymbolEntry()
|
/netbsd-src/external/bsd/ipf/dist/tools/ |
H A D | ipnat.c | 58 # define nlist nlist64 macro
|
/netbsd-src/external/bsd/top/dist/machine/ |
H A D | m_irix5.c | 74 #define nlist nlist64 macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | macho2yaml.cpp | 559 MachOYAML::NListEntry constructNameList(const nlist_t &nlist) { in constructNameList()
|
/netbsd-src/external/bsd/ntp/dist/ntpdate/ |
H A D | ntpdate.c | 1045 u_int nlist; in clock_select() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 987 struct nlist { struct 995 struct nlist_64 { argument
|