/openbsd-src/include/ |
H A D | nlist.h | 47 struct nlist { struct 49 union { 52 } n_un; 84 int nlist(const char *, struct nlist *); argument
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/usr.bin/binutils/include/ |
H A 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;
|
/openbsd-src/gnu/usr.bin/binutils-2.17/include/ |
H A 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;
|
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-bout.h | 119 struct nlist struct 124 struct nlist *n_next; argument 134 typedef struct nlist obj_symbol_type; argument
|
H A D | aout_gnu.h | 222 struct nlist struct 227 struct nlist *n_next; argument 230 n_un; 231 unsigned char n_type; 232 char n_other; 233 short n_desc; 234 unsigned long n_value;
|
H A D | obj-vms.h | 94 struct nlist struct 96 char *n_name; 97 unsigned char n_type; /* See below */ 98 unsigned char n_other; /* used for const_flag and "default section" */ 122 typedef struct nlist obj_symbol_type; /* Symbol table entry */ argument
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | aout_gnu.h | 222 struct nlist struct 227 struct nlist *n_next; argument 230 n_un; 231 unsigned char n_type; 232 char n_other; 233 short n_desc; 234 unsigned long n_value;
|
/openbsd-src/usr.sbin/ldapd/ |
H A D | schema.c | 532 struct name_list *nlist = NULL; in schema_parse_names() local 561 schema_free_name_list(struct name_list *nlist) in schema_free_name_list() 1106 schema_dump_names(const char *desc, struct name_list *nlist, in schema_dump_names()
|
/openbsd-src/lib/libc/gen/ |
H A D | nlist.c | 291 nlist(const char *name, struct nlist *list) in nlist() function
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | dbxread.c | 872 struct internal_nlist nlist; in dbx_next_symbol_text() local 960 set_namestring (struct objfile *objfile, struct internal_nlist nlist) in set_namestring() 1180 struct internal_nlist nlist; in read_dbx_symtab() local 2451 struct internal_nlist nlist; in read_ofile_symtab() local
|
/openbsd-src/usr.bin/mklocale/ |
H A D | yacc.y | 349 rune_list *nlist = list->next; in set_map() local
|
/openbsd-src/usr.bin/mail/ |
H A D | names.c | 400 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype) in gexpand()
|
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/ |
H A D | MachOReader.cpp | 220 SymbolEntry constructSymbolEntry(StringRef StrTable, const nlist_t &nlist) { in constructSymbolEntry()
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | macho2yaml.cpp | 590 MachOYAML::NListEntry constructNameList(const nlist_t &nlist) { in constructNameList()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 1008 struct nlist { struct 1016 struct nlist_64 { argument
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
H A D | ObjectFileMachO.cpp | 2206 struct nlist_64 nlist; in ParseNList() local 2814 struct nlist_64 nlist = *nlist_maybe; in ParseSymtab() local
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | c-typeck.c | 6973 struct c_label_list *nlist; in c_finish_goto_label() local 6985 struct c_label_list *nlist; in c_finish_goto_label() local
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | parser.c | 18381 tree nlist, c; in cp_parser_omp_clause_reduction() local
|