MCPcopy Create free account
hub / github.com/F-Stack/f-stack / elf_reloc_local

Function elf_reloc_local

freebsd/arm/arm/elf_machdep.c:277–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277int
278elf_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
285int
286elf_cpu_load_file(linker_file_t lf)

Callers 2

link_elf_reloc_localFunction · 0.50
link_elf_reloc_localFunction · 0.50

Calls 1

elf_reloc_internalFunction · 0.70

Tested by

no test coverage detected