Home
last modified time | relevance | path

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

12345678910>>...13

/netbsd-src/lib/libc/gen/
H A Dnlist_private.h79 struct nlist;
82 int __fdnlist_aout(int, struct nlist *);
85 int __fdnlist_coff(int, struct nlist *);
88 int __fdnlist_ecoff(int, struct nlist *);
91 int __fdnlist_elf32(int, struct nlist *);
94 int __fdnlist_elf64(int, struct nlist *);
H A Dnlist.c1 /* $NetBSD: nlist.c,v 1.26 2024/10/21 07:08:41 skrll Exp $ */
67 static char sccsid[] = "@(#)nlist.c 8.1 (Berkeley) 6/4/93";
69 __RCSID("$NetBSD: nlist.c,v 1.26 2024/10/21 07:08:41 skrll Exp $");
84 #include <nlist.h>
88 __weak_alias(nlist,_nlist)
95 int (*fdnlist)(int, struct nlist *);
115 nlist(const char *name, struct nlist *list) in nlist() function
131 __fdnlist(int fd, struct nlist *list) in __fdnlist()
H A Dnlist_aout.c86 struct nlist;
94 __fdnlist_aout(int fd, struct nlist *list) in __fdnlist_aout()
96 struct nlist *p, *s; in __fdnlist_aout()
101 struct nlist nbuf[1024]; in __fdnlist_aout()
/netbsd-src/include/
H A Dlink_aout.h87 struct nlist nlist; member
89 #define nz_un nlist.n_un
90 #define nz_strx nlist.n_un.n_strx
91 #define nz_name nlist.n_un.n_name
92 #define nz_type nlist.n_type
93 #define nz_value nlist.n_value
94 #define nz_desc nlist.n_desc
95 #define nz_other nlist.n_other
H A Dnlist.h48 struct nlist { struct
90 int nlist(const char *, struct nlist *); argument
91 int __fdnlist(int, struct nlist *); /* XXX for libkvm */
/netbsd-src/tools/arm-elf2aout/
H A Dnlist.h48 struct nlist { struct
92 int nlist(const char *, struct nlist *); argument
93 int __fdnlist(int, struct nlist *); /* XXX for libkvm */
/netbsd-src/tools/m68k-elf2aout/
H A Dnlist.h48 struct nlist { struct
92 int nlist(const char *, struct nlist *); argument
93 int __fdnlist(int, struct nlist *); /* XXX for libkvm */
/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DNsdConf.py119 nlist = self.allow_notify
122 for ii in nlist:
189 def addAllowNotify(self, nlist): argument
190 self.allow_notify.append(nlist)
200 def addAlsoNotify(self, nlist): argument
201 self.also_notify.append(nlist)
368 nlist = oldz.getMasters()
369 for ii in nlist:
372 nlist = oldz.getAllowNotify()
374 nlist = named.getOptions().getAllowNotify()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dmacho.c556 struct macho_nlist_64 nlist; in macho_add_symtab() local
558 memcpy (&nlist, (const char *) sym_view.data + symtaboff, in macho_add_symtab()
559 sizeof nlist); in macho_add_symtab()
560 if (macho_defined_symbol (nlist.n_type)) in macho_add_symtab()
565 struct macho_nlist nlist; in macho_add_symtab() local
567 memcpy (&nlist, (const char *) sym_view.data + symtaboff, in macho_add_symtab()
568 sizeof nlist); in macho_add_symtab()
569 if (macho_defined_symbol (nlist.n_type)) in macho_add_symtab()
594 struct macho_nlist_64 nlist; in macho_add_symtab() local
596 memcpy (&nlist, (const char *) sym_view.data + symtaboff, in macho_add_symtab()
[all …]
/netbsd-src/external/cddl/osnet/dist/head/
H A Dnlist.h36 struct nlist { struct
45 extern int nlist(const char *, struct nlist *); argument
/netbsd-src/external/bsd/byacc/dist/test/
H A Derr_inherit4.y29 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
30 %destructor { } <nlist>
41 } <nlist>
47 namelist * nlist; member
H A Dbtyacc_destroy3.y38 %type <nlist> declaration
39 %type <nlist> locnamelist
42 %type <nlist> namelist
59 namelist * nlist;
H A Dbtyacc_destroy1.y35 %type <nlist> declaration
36 %type <nlist> locnamelist
39 %type <nlist> namelist
56 namelist * nlist;
H A Dbtyacc_destroy2.y35 %type <nlist> declaration
36 %type <nlist> locnamelist
39 %type <nlist> namelist
56 namelist * nlist;
H A Derr_inherit1.y28 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
39 } <nlist>
45 namelist * nlist; member
H A Dinherit2.y28 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
39 } <nlist>
45 namelist * nlist; member
H A Derr_inherit5.y28 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
39 } <nlist>
45 namelist * nlist; member
H A Derr_inherit3.y28 %type <nlist> declaration(<id>) namelist(<cval>, <tval>) locnamelist(<tval>)
39 } <nlist>
45 namelist * nlist; member
H A Derr_inherit2.y28 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
39 } <nlist>
45 namelist * nlist; member
/netbsd-src/usr.bin/crunch/crunchide/
H A Dexec_aout.c54 struct nlist *symbase;
103 struct nlist *symp; in hide_aout()
145 symbase = (struct nlist *) (aoutdata + N_SYMOFF(*hdrp)); in hide_aout()
150 nsyms = hdrp->a_syms / sizeof(struct nlist); in hide_aout()
/netbsd-src/external/bsd/ntp/dist/ntpdate/
H A Dntpdate.c1045 u_int nlist; in clock_select() local
1066 nlist = 0; /* none yet */ in clock_select()
1114 for (i = 0; i < nlist; i++) in clock_select()
1117 for ( ; i < nlist; i++) { in clock_select()
1130 for (j = nlist; j > i; j--) in clock_select()
1139 if (nlist < NTP_MAXLIST) in clock_select()
1140 nlist++; in clock_select()
1148 for (i = 1; i < nlist; i++) in clock_select()
1152 nlist = i; in clock_select()
1164 if (0 == nlist) in clock_select()
[all …]
/netbsd-src/usr.sbin/kvm_mkdb/
H A Dnlist_aout.c91 typedef struct nlist NLIST;
180 nsyms = ebuf.a_syms / sizeof(struct nlist); in create_knlist_aout()
263 struct nlist nl[2]; in get_kerntext()
268 if (nlist(name, nl) != 0) { in get_kerntext()
/netbsd-src/external/bsd/ntp/dist/include/
H A Dl_stdlib.h99 struct nlist;
100 extern int nlist (const char *, struct nlist *);
/netbsd-src/external/gpl2/gettext/dist/build-aux/
H A Dltmain.sh4509 $show "$rm $nlist ${nlist}S ${nlist}T"
4510 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4532 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
4538 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
4542 $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4543 $run eval '$mv "$nlist"T "$nlist"'
4547 $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
4548 $run eval '$mv "$nlist"T "$nlist"'
4555 …$run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbol…
4564 $run eval 'grep -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
[all …]
/netbsd-src/external/bsd/libbind/dist/
H A Dltmain.sh4633 $show "$rm $nlist ${nlist}S ${nlist}T"
4634 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4656 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
4662 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
4666 $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4667 $run eval '$mv "$nlist"T "$nlist"'
4671 $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
4672 $run eval '$mv "$nlist"T "$nlist"'
4679 …$run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbol…
4688 $run eval 'grep -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
[all …]

12345678910>>...13