/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);
|