MCPcopy Index your code
hub / github.com/F-Stack/f-stack / elf_reloc_local

Function elf_reloc_local

lib/ff_compat.c:332–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332int
333elf_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
339int
340elf_cpu_load_file(linker_file_t lf __unused)

Callers

nothing calls this directly

Calls 1

elf_reloc_internalFunction · 0.70

Tested by

no test coverage detected