Searched refs:bi_esymtab (Results 1 – 4 of 4) sorted by relevance
65 u_int32_t bi_esymtab; /* struct symtab * */ member
192 ASSYM(BI_ESYMTAB, offsetof(struct bootinfo, bi_esymtab));
447 if (bootinfo.bi_esymtab != 0) in __CONCAT()448 physfree = bootinfo.bi_esymtab; in __CONCAT()
2184 db_fetch_ksymtab(bootinfo.bi_symtab, bootinfo.bi_esymtab, 0); in i386_kdb_init()