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

Function relocate_file

freebsd/kern/link_elf.c:1465–1474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1463}
1464
1465static int
1466relocate_file(elf_file_t ef)
1467{
1468 int error;
1469
1470 error = relocate_file1(ef, elf_lookup, elf_reloc, false);
1471 if (error == 0)
1472 error = relocate_file1(ef, elf_lookup, elf_reloc, true);
1473 return (error);
1474}
1475
1476/*
1477 * Hash function for symbol table lookup. Don't even think about changing

Callers 2

link_elf_load_fileFunction · 0.70

Calls 1

relocate_file1Function · 0.85

Tested by

no test coverage detected