| 330 | } |
| 331 | |
| 332 | int |
| 333 | elf_reloc_local(linker_file_t lf, Elf_Addr relocbase, const void *data, |
| 334 | int type, elf_lookup_fn lookup) |
| 335 | { |
| 336 | return (elf_reloc_internal(lf, relocbase, data, type, 1, lookup)); |
| 337 | } |
| 338 | |
| 339 | int |
| 340 | elf_cpu_load_file(linker_file_t lf __unused) |
nothing calls this directly
no test coverage detected