Searched refs:mbp_marks (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/arch/i386/stand/lib/ |
| D | exec_multiboot1.c | 162 if (mbp->mbp_marks[MARK_SYM] != 0) { in exec_multiboot1() 168 pvbcopy((void *)mbp->mbp_marks[MARK_SYM], &ehdr, sizeof(ehdr)); in exec_multiboot1() 173 shaddr = mbp->mbp_marks[MARK_SYM] + ehdr.e_shoff; in exec_multiboot1() 180 (void *)(KERNBASE + mbp->mbp_marks[MARK_SYM])); in exec_multiboot1() 196 mbp->mbp_marks[MARK_ENTRY], in exec_multiboot1() 197 mbp->mbp_marks[MARK_NSYM], in exec_multiboot1() 198 mbp->mbp_marks[MARK_SYM], in exec_multiboot1() 199 mbp->mbp_marks[MARK_END]); in exec_multiboot1() 203 multiboot(mbp->mbp_marks[MARK_ENTRY], vtophys(mbi), in exec_multiboot1()
|
| D | exec_multiboot2.c | 989 if (mbp->mbp_marks[MARK_SYM] == 0) in mbi_elf_sections() 992 pvbcopy((void *)mbp->mbp_marks[MARK_SYM], &ehdr, sizeof(ehdr)); in mbi_elf_sections() 1027 char *shdr = (char *)mbp->mbp_marks[MARK_SYM] + shoff; in mbi_elf_sections() 1042 (void *)mbp->mbp_marks[MARK_SYM]); in mbi_elf_sections() 1074 mbt->load_base_addr = mbp->mbp_marks[MARK_START]; in mbi_load_base_addr() 1408 mbp->mbp_marks[MARK_ENTRY], in exec_multiboot2() 1409 mbp->mbp_marks[MARK_NSYM], in exec_multiboot2() 1410 mbp->mbp_marks[MARK_SYM], in exec_multiboot2() 1411 mbp->mbp_marks[MARK_END]); in exec_multiboot2() 1417 entry = mbp->mbp_marks[MARK_ENTRY]; in exec_multiboot2()
|
| D | libi386.h | 88 u_long *mbp_marks; member
|
| D | exec.c | 861 mbp->mbp_marks = marks; in exec_multiboot()
|