Home
last modified time | relevance | path

Searched refs:link_elf_reloc_local (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dlink_elf_obj.c147 static int link_elf_reloc_local(linker_file_t, bool);
587 error = link_elf_reloc_local(lf, false); in link_elf_link_preload()
633 error = link_elf_reloc_local(lf, true); in link_elf_link_preload_finish()
1140 error = link_elf_reloc_local(lf, false); in link_elf_load_file()
1163 error = link_elf_reloc_local(lf, true); in link_elf_load_file()
1647 link_elf_reloc_local(linker_file_t lf, bool ifuncs) in link_elf_reloc_local() function
H A Dlink_elf.c160 static void link_elf_reloc_local(linker_file_t);
922 link_elf_reloc_local(lf); in link_elf_link_preload()
1200 link_elf_reloc_local(lf); in link_elf_load_file()
1829 link_elf_reloc_local(linker_file_t lf) in link_elf_reloc_local() function