Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x86/x86/
H A Dmultiboot2.c172 multiboot2_copy_syms(struct multiboot_tag_elf_sections *mbt_elf, in multiboot2_copy_syms() argument
193 for (i = 0; i < mbt_elf->num && symtabp == NULL && in multiboot2_copy_syms()
197 shdrp = &((locore_Elf_Shdr *)mbt_elf->sections)[i]; in multiboot2_copy_syms()
203 shdrp2 = &((locore_Elf_Shdr *)mbt_elf->sections) in multiboot2_copy_syms()
283 struct multiboot_tag_elf_sections *mbt_elf = NULL; in multiboot2_pre_reloc() local
302 mbt_elf = (struct multiboot_tag_elf_sections *)mbt; in multiboot2_pre_reloc()
337 if (mbt_elf) in multiboot2_pre_reloc()
338 multiboot2_copy_syms(mbt_elf, in multiboot2_pre_reloc()