Searched refs:relocate_file1 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/kern/ |
H A D | link_elf.c | 216 static int relocate_file1(elf_file_t ef, elf_lookup_fn lookup, 1446 relocate_file1(elf_file_t ef, elf_lookup_fn lookup, elf_reloc_fn reloc, in relocate_file1() function 1489 error = relocate_file1(ef, elf_lookup, elf_reloc, false); in relocate_file() 1491 error = relocate_file1(ef, elf_lookup, elf_reloc, true); in relocate_file() 2034 relocate_file1(ef, elf_lookup_ifunc, elf_reloc, true); in link_elf_ireloc() 2048 relocate_file1(ef, elf_lookup_ifunc, elf_reloc_late, true); in link_elf_late_ireloc()
|
H A D | link_elf_obj.c | 1364 relocate_file1(elf_file_t ef, bool ifuncs) in relocate_file1() function 1460 error = relocate_file1(ef, false); in relocate_file() 1462 error = relocate_file1(ef, true); in relocate_file()
|