Home
last modified time | relevance | path

Searched refs:nlist (Results 1 – 25 of 123) sorted by relevance

12345

/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddbxread.c1387 if (nlist.n_value != 0) in read_dbx_symtab()
1689 0, nlist.n_value, in read_dbx_symtab()
1699 0, nlist.n_value, in read_dbx_symtab()
1717 nlist.n_value, 0, in read_dbx_symtab()
1725 nlist.n_value, 0, in read_dbx_symtab()
1737 nlist.n_value, 0, in read_dbx_symtab()
1867 && (nlist.n_value in read_dbx_symtab()
1877 0, nlist.n_value, in read_dbx_symtab()
1932 && (nlist.n_value in read_dbx_symtab()
1942 0, nlist.n_value, in read_dbx_symtab()
[all …]
H A Dvax-nat.c100 struct nlist names[2]; in _initialize_vax_nat()
104 if (nlist (_PATH_UNIX, names) == 0) in _initialize_vax_nat()
/openbsd/gnu/llvm/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c268 struct nlist_64 nlist; in scan_macho_load_commands() local
274 struct nlist nlist_32; in scan_macho_load_commands()
277 sizeof(struct nlist)); in scan_macho_load_commands()
279 nlist.n_type = nlist_32.n_type; in scan_macho_load_commands()
286 ((nlist.n_type & N_TYPE) == N_TYPE && nlist.n_sect != NO_SECT)) && in scan_macho_load_commands()
287 nlist.n_value != 0 && nlist.n_value != baton->text_segment_vmaddr) { in scan_macho_load_commands()
299 struct nlist_64 nlist; in scan_macho_load_commands() local
305 struct nlist nlist_32; in scan_macho_load_commands()
307 sizeof(struct nlist)); in scan_macho_load_commands()
316 ((nlist.n_type & N_TYPE) == N_TYPE && nlist.n_sect != NO_SECT)) && in scan_macho_load_commands()
[all …]
/openbsd/include/
H A Dnlist.h47 struct nlist { struct
84 int nlist(const char *, struct nlist *); argument
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2206 struct nlist_64 nlist; in ParseNList() local
2214 return nlist; in ParseNList()
2896 nlist.n_sect, nlist.n_value); in ParseSymtab()
2911 nlist.n_sect, nlist.n_value); in ParseSymtab()
3815 section_info.GetSection(nlist.n_sect, nlist.n_value); in ParseSymtab()
3830 section_info.GetSection(nlist.n_sect, nlist.n_value); in ParseSymtab()
4419 sym[pos->second].SetFlags(nlist.n_type << 16 | nlist.n_desc); in ParseSymtab()
4454 sym[pos->second].SetFlags(nlist.n_type << 16 | nlist.n_desc); in ParseSymtab()
4480 sym[GSYM_sym_idx].SetFlags(nlist.n_type << 16 | nlist.n_desc); in ParseSymtab()
4497 sym[sym_idx].SetFlags(nlist.n_type << 16 | nlist.n_desc); in ParseSymtab()
[all …]
/openbsd/usr.bin/rdist/
H A Dgram.y72 %type <namel> namelist, names, opt_namelist nlist
98 namelist: nlist {
101 | nlist '-' nlist {
104 | nlist '+' nlist {
107 | nlist '&' nlist {
112 nlist: NAME = {
/openbsd/lib/libc/gen/
H A Dnlist.c47 int __fdnlist(int, struct nlist *);
87 __fdnlist(int fd, struct nlist *list) in __fdnlist()
89 struct nlist *p; in __fdnlist()
291 nlist(const char *name, struct nlist *list) in nlist() function
/openbsd/usr.sbin/installboot/
H A Di386_nlist.c48 static int __elf_fdnlist(int, struct nlist *);
51 int nlist_elf32(const char *, struct nlist *);
94 __elf_fdnlist(int fd, struct nlist *list) in __elf_fdnlist()
96 struct nlist *p; in __elf_fdnlist()
299 nlist_elf32(const char *name, struct nlist *list) in nlist_elf32()
H A Di386_installboot.h51 struct nlist;
53 int nlist_elf32(const char *, struct nlist *);
/openbsd/usr.bin/mail/
H A Dnames.c400 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype) in gexpand() argument
410 return(nlist); in gexpand()
420 nlist = gexpand(nlist, ngh, metoo, ntype); in gexpand()
434 nlist = put(nlist, np); in gexpand()
437 return(nlist); in gexpand()
/openbsd/usr.sbin/config/
H A Dukc.h51 struct nlist nl[] = {
82 extern struct nlist nl[];
/openbsd/lib/libkvm/
H A Dkvm_getloadavg.c48 static struct nlist nl[] = {
68 struct nlist *p; in kvm_getloadavg()
H A Dkvm.c67 extern int __fdnlist(int, struct nlist *);
682 struct nlist nitem; in kvm_dbopen()
733 if (rec.data == 0 || rec.size != sizeof(struct nlist)) in kvm_dbopen()
753 kvm_nlist(kvm_t *kd, struct nlist *nl) in kvm_nlist()
755 struct nlist *p; in kvm_nlist()
793 if (rec.data == 0 || rec.size != sizeof(struct nlist)) in kvm_nlist()
799 bcopy((char *)rec.data + offsetof(struct nlist, n_type), in kvm_nlist()
801 bcopy((char *)rec.data + offsetof(struct nlist, n_value), in kvm_nlist()
814 struct nlist nl[2]; in kvm_dump_inval()
/openbsd/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
284 sizeof (struct nlist))
/openbsd/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp220 SymbolEntry constructSymbolEntry(StringRef StrTable, const nlist_t &nlist) { in constructSymbolEntry() argument
221 assert(nlist.n_strx < StrTable.size() && in constructSymbolEntry()
224 SE.Name = StringRef(StrTable.data() + nlist.n_strx).str(); in constructSymbolEntry()
225 SE.n_type = nlist.n_type; in constructSymbolEntry()
226 SE.n_sect = nlist.n_sect; in constructSymbolEntry()
227 SE.n_desc = nlist.n_desc; in constructSymbolEntry()
228 SE.n_value = nlist.n_value; in constructSymbolEntry()
/openbsd/gnu/usr.bin/binutils/include/
H A Dbout.h106 struct nlist struct
111 struct nlist * n_next; argument
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Dbout.h106 struct nlist struct
111 struct nlist * n_next; argument
/openbsd/usr.sbin/ldapd/
H A Dschema.c532 struct name_list *nlist = NULL; in schema_parse_names() local
549 nlist = push_name(nlist, kw); in schema_parse_names()
552 return nlist; in schema_parse_names()
561 schema_free_name_list(struct name_list *nlist) in schema_free_name_list() argument
565 while ((name = SLIST_FIRST(nlist)) != NULL) { in schema_free_name_list()
566 SLIST_REMOVE_HEAD(nlist, next); in schema_free_name_list()
570 free(nlist); in schema_free_name_list()
1106 schema_dump_names(const char *desc, struct name_list *nlist, in schema_dump_names() argument
1111 if (nlist == NULL || SLIST_EMPTY(nlist)) in schema_dump_names()
1118 name = SLIST_FIRST(nlist); in schema_dump_names()
[all …]
/openbsd/gnu/share/
H A Dltmain.sh2534 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
2569 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
2574 test -f "$nlist" || : > "$nlist"
2577 egrep -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
2578 $mv "$nlist"T "$nlist"
2582 if grep -v "^: " < "$nlist" | sort +2 | uniq > "$nlist"S; then
2585 grep -v "^: " < "$nlist" > "$nlist"S
2588 if test -f "$nlist"S; then
2616 < "$nlist" >> "$output_objdir/$dlsyms"
2659 $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T"
[all …]
/openbsd/bin/ps/
H A Dextern.h35 struct nlist;
60 void nlisterr(struct nlist *);
H A Dnlist.c48 struct nlist psnl[] = {
139 nlisterr(struct nlist nl[]) in nlisterr()
/openbsd/gnu/llvm/lld/MachO/
H A DTarget.h152 using nlist = structs::nlist_64; member
168 using nlist = structs::nlist; member
/openbsd/regress/libexec/ftpd/
H A DMakefile10 REGRESS_TARGETS += run-ftpd-nlist
78 run-ftpd-nlist:
79 echo nlist | ftp -a 127.0.0.1 | grep -q 'ftpd.regress'
/openbsd/gnu/usr.bin/binutils/
H A Dltconfig1473 …t | $global_symbol_pipe > $nlist\"" >&5; eval "$NM conftest.$objext | $global_symbol_pipe > $nlist
1476 if sort "$nlist" | uniq > "$nlist"T; then
1477 mv -f "$nlist"T "$nlist"
1479 rm -f "$nlist"T
1483 if egrep ' nm_test_var$' "$nlist" >/dev/null; then
1484 if egrep ' nm_test_func$' "$nlist" >/dev/null; then
1510 …sed "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" >> conftest.$ac…
1533 echo "cannot find nm_test_func in $nlist" >&5
1536 echo "cannot find nm_test_var in $nlist" >&5
/openbsd/gnu/usr.bin/binutils-2.17/
H A Dltconfig1496 …t | $global_symbol_pipe > $nlist\"" >&5; eval "$NM conftest.$objext | $global_symbol_pipe > $nlist
1499 if sort "$nlist" | uniq > "$nlist"T; then
1500 mv -f "$nlist"T "$nlist"
1502 rm -f "$nlist"T
1506 if egrep ' nm_test_var$' "$nlist" >/dev/null; then
1507 if egrep ' nm_test_func$' "$nlist" >/dev/null; then
1533 …sed "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" >> conftest.$ac…
1556 echo "cannot find nm_test_func in $nlist" >&5
1559 echo "cannot find nm_test_var in $nlist" >&5

12345