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

  /src/sys/arch/amd64/stand/prekern/
elf.c 194 elf_apply_reloc(uintptr_t relocbase, const void *data, bool isrela) function in typeref:typename:void
267 fatal("elf_apply_reloc: unexpected relocation type");
481 elf_apply_reloc(base, rel, false);
516 elf_apply_reloc(base, rela, true);
elf.c 194 elf_apply_reloc(uintptr_t relocbase, const void *data, bool isrela) function in typeref:typename:void
267 fatal("elf_apply_reloc: unexpected relocation type");
481 elf_apply_reloc(base, rel, false);
516 elf_apply_reloc(base, rela, true);

Completed in 24 milliseconds