Home
last modified time | relevance | path

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

12

/netbsd-src/external/cddl/osnet/dist/head/
H A Dnlist.h36 struct nlist { struct
45 extern int nlist(const char *, struct nlist *); argument
/netbsd-src/tools/arm-elf2aout/
H A Dnlist.h48 struct nlist { struct
50 union {
55 } n_un;
92 int nlist(const char *, struct nlist *); argument
/netbsd-src/tools/m68k-elf2aout/
H A Dnlist.h48 struct nlist { struct
50 union {
55 } n_un;
92 int nlist(const char *, struct nlist *); argument
/netbsd-src/include/
H A Dnlist.h48 struct nlist { struct
50 union {
53 } n_un;
90 int nlist(const char *, struct nlist *); argument
H A Dlink_aout.h87 struct nlist nlist; member
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dbout.h107 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 Dbout.h107 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 Dnlist.c115 nlist(const char *name, struct nlist *list) in nlist() function
/netbsd-src/usr.bin/mklocale/
H A Dyacc.y379 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 Dinherit1.y38 namelist * nlist; member
H A Derr_inherit1.y45 namelist * nlist; member
H A Derr_inherit3.y45 namelist * nlist; member
H A Dinherit2.y45 namelist * nlist; member
H A Derr_inherit5.y45 namelist * nlist; member
H A Derr_inherit4.y47 namelist * nlist; member
H A Derr_inherit2.y45 namelist * nlist; member
/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DNsdConf.py189 def addAllowNotify(self, nlist): argument
200 def addAlsoNotify(self, nlist): argument
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dmacho.c556 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 Dnames.c425 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 DMachOReader.cpp191 SymbolEntry constructSymbolEntry(StringRef StrTable, const nlist_t &nlist) { in constructSymbolEntry()
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipnat.c58 # define nlist nlist64 macro
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_irix5.c74 #define nlist nlist64 macro
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp559 MachOYAML::NListEntry constructNameList(const nlist_t &nlist) { in constructNameList()
/netbsd-src/external/bsd/ntp/dist/ntpdate/
H A Dntpdate.c1045 u_int nlist; in clock_select() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h987 struct nlist { struct
995 struct nlist_64 { argument

12