Searched refs:elf_lookup (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | link_elf.c | 171 static int elf_lookup(linker_file_t, Elf_Size, int, Elf_Addr *); 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() 1857 elf_lookup(linker_file_t lf, Elf_Size symidx, int deps, Elf_Addr *res) in elf_lookup() function 1931 ELF_RELOC_REL, elf_lookup); in link_elf_reloc_local() 1942 ELF_RELOC_RELA, elf_lookup); in link_elf_reloc_local()
|