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

Function link_elf_init

freebsd/kern/link_elf_obj.c:192–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192static void
193link_elf_init(void *arg)
194{
195
196 linker_add_class(&link_elf_class);
197}
198SYSINIT(link_elf_obj, SI_SUB_KLD, SI_ORDER_SECOND, link_elf_init, NULL);
199
200static void

Callers

nothing calls this directly

Calls 1

linker_add_classFunction · 0.85

Tested by

no test coverage detected