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

Function link_elf_unload_preload

freebsd/kern/link_elf.c:1398–1404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1396}
1397
1398static void
1399link_elf_unload_preload(linker_file_t file)
1400{
1401
1402 if (file->pathname != NULL)
1403 preload_delete_name(file->pathname);
1404}
1405
1406static const char *
1407symbol_name(elf_file_t ef, Elf_Size r_info)

Callers 1

link_elf_unload_fileFunction · 0.85

Calls 1

preload_delete_nameFunction · 0.85

Tested by

no test coverage detected