Home
last modified time | relevance | path

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

/openbsd-src/include/
H A Dnlist.h47 struct nlist { struct
49 union {
52 } n_un;
84 int nlist(const char *, struct nlist *); argument
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/usr.bin/binutils/include/
H A Dbout.h106 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 Dbout.h106 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 Dobj-bout.h119 struct nlist struct
124 struct nlist *n_next; argument
134 typedef struct nlist obj_symbol_type; argument
H A Daout_gnu.h222 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 Dobj-vms.h94 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 Daout_gnu.h222 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 Dschema.c532 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 Dnlist.c291 nlist(const char *name, struct nlist *list) in nlist() function
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddbxread.c872 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 Dyacc.y349 rune_list *nlist = list->next; in set_map() local
/openbsd-src/usr.bin/mail/
H A Dnames.c400 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype) in gexpand()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp220 SymbolEntry constructSymbolEntry(StringRef StrTable, const nlist_t &nlist) { in constructSymbolEntry()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp590 MachOYAML::NListEntry constructNameList(const nlist_t &nlist) { in constructNameList()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h1008 struct nlist { struct
1016 struct nlist_64 { argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2206 struct nlist_64 nlist; in ParseNList() local
2814 struct nlist_64 nlist = *nlist_maybe; in ParseSymtab() local
/openbsd-src/gnu/gcc/gcc/
H A Dc-typeck.c6973 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 Dparser.c18381 tree nlist, c; in cp_parser_omp_clause_reduction() local