HomeSort by: relevance | last modified time | path
    Searched defs:headva (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/amd64/stand/prekern/
elf.c 274 elf_get_head_size(vaddr_t headva)
280 ehdr = (Elf_Ehdr *)headva;
290 elf_build_head(vaddr_t headva)
294 eif.ehdr = (Elf_Ehdr *)headva;
306 const vaddr_t headva = (vaddr_t)eif.ehdr; local in function:elf_fixup_boot
328 /* We want (headva + sh_offset) to be the VA of the region. */
329 eif.shdr[i].sh_offset = (bootva + offboot - headva);
337 const vaddr_t headva = (vaddr_t)eif.ehdr; local in function:elf_map_sections
369 * We want (headva + sh_offset) to be the VA of the section.
371 ASSERT(secva > headva);
    [all...]

Completed in 12 milliseconds