/freebsd/cddl/contrib/opensolaris/head/ |
H A D | nlist.h | 36 struct nlist { struct 45 extern int nlist(const char *, struct nlist *); argument
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | MachOStructs.h | 30 struct nlist { struct 31 llvm::support::ulittle32_t n_strx; 32 uint8_t n_type; 33 uint8_t n_sect; 34 llvm::support::ulittle16_t n_desc; 35 llvm::support::ulittle32_t n_value;
|
H A D | Target.h | 152 using nlist = structs::nlist_64; member 168 using nlist = structs::nlist; member
|
/freebsd/sys/sys/ |
H A D | nlist_aout.h | 49 struct nlist { struct 51 union { 54 } n_un; 58 unsigned char n_type; /* type defines */ 59 char n_other; /* ".type" and binding information */ 60 short n_desc; /* used by stab entries */ 61 unsigned long n_value; /* address/value of the symbol */
|
/freebsd/usr.sbin/ngctl/ |
H A D | list.c | 66 struct namelist *nlist; in ListCmd() local
|
H A D | dot.c | 67 struct namelist *nlist; in DotCmd() local
|
/freebsd/contrib/byacc/test/btyacc/ |
H A D | inherit2.tab.h | 19 namelist * nlist; member
|
H A D | btyacc_destroy1.tab.h | 19 namelist * nlist; member
|
H A D | inherit1.tab.h | 19 namelist * nlist; member
|
H A D | btyacc_destroy3.tab.h | 19 namelist * nlist; member
|
H A D | btyacc_destroy2.tab.h | 19 namelist * nlist; member
|
H A D | err_inherit3.tab.h | 19 namelist * nlist; member
|
H A D | err_inherit4.tab.h | 19 namelist * nlist; member
|
/freebsd/contrib/blocklist/bin/ |
H A D | blacklistd.c | 357 uniqueadd(struct conf ***listp, size_t *nlist, size_t *mlist, struct conf *c) in uniqueadd() 381 size_t nlist, mlist; in rules_flush() local
|
/freebsd/contrib/byacc/test/ |
H A D | err_inherit1.y | 43 namelist * nlist; member
|
H A D | inherit1.y | 36 namelist * nlist; member
|
H A D | err_inherit3.y | 43 namelist * nlist; member
|
H A D | err_inherit4.y | 45 namelist * nlist; member
|
H A D | err_inherit5.y | 43 namelist * nlist; member
|
H A D | inherit2.y | 43 namelist * nlist; member
|
H A D | err_inherit2.y | 43 namelist * nlist; member
|
/freebsd/lib/libc/gen/ |
H A D | nlist.c | 54 nlist(const char *name, struct nlist *list) in nlist() function
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOReader.cpp | 220 constructSymbolEntry(StringRef StrTable,const nlist_t & nlist) constructSymbolEntry() argument
|
/freebsd/usr.bin/mail/ |
H A D | names.c | 482 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype) in gexpand()
|
/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/ |
H A D | compact-unwind-dumper.c | 268 struct nlist_64 nlist; in scan_macho_load_commands() local 299 struct nlist_64 nlist; in scan_macho_load_commands() local
|