Home
last modified time | relevance | path

Searched defs:btinfo_symtab (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sys/arch/arc/include/
H A Dbootinfo.h55 struct btinfo_symtab { struct
56 struct btinfo_common common;
57 unsigned long nsym;
58 unsigned long ssym;
59 unsigned long esym;
/netbsd-src/sys/arch/pmax/include/
H A Dbootinfo.h61 struct btinfo_symtab { struct
62 struct btinfo_common common;
63 int nsym;
64 int ssym;
65 int esym;
/netbsd-src/sys/arch/emips/include/
H A Dbootinfo.h61 struct btinfo_symtab { struct
62 struct btinfo_common common;
63 int nsym;
64 int ssym;
65 int esym;
/netbsd-src/sys/arch/mipsco/include/
H A Dbootinfo.h61 struct btinfo_symtab { struct
62 struct btinfo_common common;
63 int nsym;
64 int ssym;
65 int esym;
/netbsd-src/sys/arch/sgimips/include/
H A Dbootinfo.h55 struct btinfo_symtab { struct
56 struct btinfo_common common;
57 unsigned long nsym;
58 unsigned long ssym;
59 unsigned long esym;
/netbsd-src/sys/arch/sparc/include/
H A Dbootinfo.h52 struct btinfo_symtab { struct
53 struct btinfo_common common;
54 int nsym;
55 int ssym;
56 int esym;
/netbsd-src/sys/arch/hppa/include/
H A Dbootinfo.h52 struct btinfo_symtab { struct
53 struct btinfo_common common;
54 int nsym;
55 int ssym;
56 int esym;
/netbsd-src/sys/arch/cobalt/include/
H A Dbootinfo.h57 struct btinfo_symtab { struct
58 struct btinfo_common common;
59 int32_t nsym;
60 int32_t ssym;
61 int32_t esym;
/netbsd-src/sys/arch/newsmips/include/
H A Dbootinfo.h49 struct btinfo_symtab { struct
50 struct btinfo_common common;
51 int nsym;
52 int ssym;
53 int esym;
/netbsd-src/sys/arch/evbarm/mini2440/
H A Dmini2440_bootinfo.h55 struct btinfo_symtab { struct
56 struct btinfo_common common;
57 int nsym;
58 void *ssym;
59 void *esym;
/netbsd-src/sys/arch/hp300/include/
H A Dbootinfo.h61 struct btinfo_symtab { struct
62 struct btinfo_common common;
63 int ssym;
64 int esym;
/netbsd-src/sys/arch/x86/include/
H A Dbootinfo.h109 struct btinfo_symtab { struct
110 struct btinfo_common common;
111 int nsym;
112 int ssym;
113 int esym;
/netbsd-src/sys/arch/i386/stand/lib/
H A Dexec.c467 struct btinfo_symtab btinfo_symtab; exec_netbsd() local