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