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

Function link_elf_error

freebsd/kern/link_elf_obj.c:183–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181static void elf_obj_cleanup_globals_cache(elf_file_t);
182
183static void
184link_elf_error(const char *filename, const char *s)
185{
186 if (filename == NULL)
187 printf("kldload: %s\n", s);
188 else
189 printf("kldload: %s: %s\n", filename, s);
190}
191
192static void
193link_elf_init(void *arg)

Callers 3

link_elf_load_fileFunction · 0.70
relocate_fileFunction · 0.70
link_elf_reloc_localFunction · 0.70

Calls 1

printfFunction · 0.70

Tested by

no test coverage detected