Home
last modified time | relevance | path

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

12

/freebsd/cddl/contrib/opensolaris/head/
H A Dnlist.h36 struct nlist { struct
45 extern int nlist(const char *, struct nlist *); argument
/freebsd/contrib/llvm-project/lld/MachO/
H A DMachOStructs.h30 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 DTarget.h152 using nlist = structs::nlist_64; member
168 using nlist = structs::nlist; member
/freebsd/sys/sys/
H A Dnlist_aout.h49 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 Dlist.c66 struct namelist *nlist; in ListCmd() local
H A Ddot.c67 struct namelist *nlist; in DotCmd() local
/freebsd/contrib/byacc/test/btyacc/
H A Dinherit2.tab.h19 namelist * nlist; member
H A Dbtyacc_destroy1.tab.h19 namelist * nlist; member
H A Dinherit1.tab.h19 namelist * nlist; member
H A Dbtyacc_destroy3.tab.h19 namelist * nlist; member
H A Dbtyacc_destroy2.tab.h19 namelist * nlist; member
H A Derr_inherit3.tab.h19 namelist * nlist; member
H A Derr_inherit4.tab.h19 namelist * nlist; member
/freebsd/contrib/blocklist/bin/
H A Dblacklistd.c357 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 Derr_inherit1.y43 namelist * nlist; member
H A Dinherit1.y36 namelist * nlist; member
H A Derr_inherit3.y43 namelist * nlist; member
H A Derr_inherit4.y45 namelist * nlist; member
H A Derr_inherit5.y43 namelist * nlist; member
H A Dinherit2.y43 namelist * nlist; member
H A Derr_inherit2.y43 namelist * nlist; member
/freebsd/lib/libc/gen/
H A Dnlist.c54 nlist(const char *name, struct nlist *list) in nlist() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp220 constructSymbolEntry(StringRef StrTable,const nlist_t & nlist) constructSymbolEntry() argument
/freebsd/usr.bin/mail/
H A Dnames.c482 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype) in gexpand()
/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c268 struct nlist_64 nlist; in scan_macho_load_commands() local
299 struct nlist_64 nlist; in scan_macho_load_commands() local

12