| 275 | } |
| 276 | |
| 277 | int |
| 278 | elf_reloc_local(linker_file_t lf, Elf_Addr relocbase, const void *data, |
| 279 | int type, elf_lookup_fn lookup) |
| 280 | { |
| 281 | |
| 282 | return (elf_reloc_internal(lf, relocbase, data, type, 1, lookup)); |
| 283 | } |
| 284 | |
| 285 | int |
| 286 | elf_cpu_load_file(linker_file_t lf) |
no test coverage detected