Home
last modified time | relevance | path

Searched refs:bi_esymtab (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/i386/include/
H A Dbootinfo.h65 u_int32_t bi_esymtab; /* struct symtab * */ member
/f-stack/freebsd/i386/i386/
H A Dgenassym.c192 ASSYM(BI_ESYMTAB, offsetof(struct bootinfo, bi_esymtab));
H A Dpmap.c447 if (bootinfo.bi_esymtab != 0) in __CONCAT()
448 physfree = bootinfo.bi_esymtab; in __CONCAT()
H A Dmachdep.c2184 db_fetch_ksymtab(bootinfo.bi_symtab, bootinfo.bi_esymtab, 0); in i386_kdb_init()