relocate_file1
error = relocate_file1(ef, elf_lookup, elf_reloc, false);
error = relocate_file1(ef, elf_lookup, elf_reloc, true);
relocate_file1(ef, elf_lookup_ifunc, elf_reloc, true);
relocate_file1(ef, elf_lookup_ifunc, elf_reloc_late, true);
static int relocate_file1(elf_file_t ef, elf_lookup_fn lookup,
error = relocate_file1(ef, false);
error = relocate_file1(ef, true);