Searched defs:btinfo_symtab (Results 1 – 13 of 13) sorted by relevance
55 struct btinfo_symtab { struct56 struct btinfo_common common;57 unsigned long nsym;58 unsigned long ssym;59 unsigned long esym;
61 struct btinfo_symtab { struct62 struct btinfo_common common;63 int nsym;64 int ssym;65 int esym;
52 struct btinfo_symtab { struct53 struct btinfo_common common;54 int nsym;55 int ssym;56 int esym;
57 struct btinfo_symtab { struct58 struct btinfo_common common;59 int32_t nsym;60 int32_t ssym;61 int32_t esym;
49 struct btinfo_symtab { struct50 struct btinfo_common common;51 int nsym;52 int ssym;53 int esym;
55 struct btinfo_symtab { struct56 struct btinfo_common common;57 int nsym;58 void *ssym;59 void *esym;
61 struct btinfo_symtab { struct62 struct btinfo_common common;63 int ssym;64 int esym;
109 struct btinfo_symtab { struct110 struct btinfo_common common;111 int nsym;112 int ssym;113 int esym;
467 struct btinfo_symtab btinfo_symtab; exec_netbsd() local