Searched refs:nlist (Results 1 - 25 of 356) sorted by relevance

1234567891011>>

/netbsd-current/external/cddl/osnet/dist/head/
H A Dnlist.h36 struct nlist { struct
45 extern int nlist(const char *, struct nlist *);
/netbsd-current/include/
H A Da.out.h66 #include <nlist.h>
H A Dnlist.h1 /* $NetBSD: nlist.h,v 1.13 2005/02/26 21:16:35 dsl Exp $ */
36 * @(#)nlist.h 8.2 (Berkeley) 1/21/94
46 * nlist.h can initialize nlist structures statically.
48 struct nlist { struct
90 int nlist(const char *, struct nlist *);
91 int __fdnlist(int, struct nlist *); /* XXX for libkvm */
H A Dlink_aout.h44 #include <a.out.h> /* for struct nlist */
80 * Symbol description with size. This is simply an `nlist' with
87 struct nlist nlist; member in struct:nzlist
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
[all...]
/netbsd-current/tools/m68k-elf2aout/
H A Da.out.h66 #include <nlist.h>
H A Dnlist.h1 /* $NetBSD: nlist.h,v 1.14 2009/08/21 08:42:02 he Exp $ */
36 * @(#)nlist.h 8.2 (Berkeley) 1/21/94
46 * nlist.h can initialize nlist structures statically.
48 struct nlist { struct
92 int nlist(const char *, struct nlist *);
93 int __fdnlist(int, struct nlist *); /* XXX for libkvm */
/netbsd-current/tools/arm-elf2aout/
H A Da.out.h66 #include <nlist.h>
H A Dnlist.h1 /* $NetBSD: nlist.h,v 1.1 2018/12/31 13:35:16 christos Exp $ */
36 * @(#)nlist.h 8.2 (Berkeley) 1/21/94
46 * nlist.h can initialize nlist structures statically.
48 struct nlist { struct
92 int nlist(const char *, struct nlist *);
93 int __fdnlist(int, struct nlist *); /* XXX for libkvm */
/netbsd-current/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.24 2012/03/21 15:32:26 christos Exp $ */
67 static char sccsid[] = "@(#)nlist.c 8.1 (Berkeley) 6/4/93";
69 __RCSID("$NetBSD: nlist.c,v 1.24 2012/03/21 15:32:26 christos Exp $");
84 #include <nlist.h>
88 __weak_alias(nlist,_nlist)
95 int (*fdnlist)(int, struct nlist *);
115 nlist(const char *name, struct nlist *list) function
131 __fdnlist(int fd, struct nlist *list)
/netbsd-current/usr.sbin/crash/arch/
H A Dsparc.c40 #include <nlist.h>
48 static struct nlist nl[] = {
H A Dmips.c37 #include <nlist.h>
45 static struct nlist nl[] = {
H A Daarch64.c38 #include <nlist.h>
48 static struct nlist nl[] = {
H A Dgeneric.c42 #include <nlist.h>
/netbsd-current/usr.sbin/kvm_mkdb/
H A DMakefile5 SRCS= kvm_mkdb.c nlist.c nlist_aout.c nlist_coff.c nlist_ecoff.c \
/netbsd-current/external/bsd/byacc/dist/test/btyacc/
H A Derr_inherit3.tab.h21 namelist * nlist; member in union:__anon961
H A Dbtyacc_destroy3.tab.h21 namelist * nlist; member in union:__anon947
H A Dinherit1.tab.h21 namelist * nlist; member in union:__anon983
H A Dinherit2.tab.h21 namelist * nlist; member in union:__anon988
H A Dbtyacc_destroy1.tab.h21 namelist * nlist; member in union:__anon937
H A Dbtyacc_destroy2.tab.h21 namelist * nlist; member in union:__anon942
/netbsd-current/bin/ps/
H A DMakefile5 SRCS= fmt.c keyword.c nlist.c print.c ps.c
/netbsd-current/external/bsd/byacc/dist/test/
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 Dbtyacc_destroy3.y38 %type <nlist> declaration
39 %type <nlist> locnamelist
42 %type <nlist> namelist
59 namelist * nlist;

Completed in 314 milliseconds

1234567891011>>