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

  /src/sys/arch/amd64/stand/prekern/
elf.c 307 size_t i, offboot; local in function:elf_fixup_boot
326 offboot = basepa + eif.shdr[i].sh_offset - bootpa;
329 eif.shdr[i].sh_offset = (bootva + offboot - headva);
elf.c 307 size_t i, offboot; local in function:elf_fixup_boot
326 offboot = basepa + eif.shdr[i].sh_offset - bootpa;
329 eif.shdr[i].sh_offset = (bootva + offboot - headva);

Completed in 28 milliseconds