| 190 | } |
| 191 | |
| 192 | static void |
| 193 | link_elf_init(void *arg) |
| 194 | { |
| 195 | |
| 196 | linker_add_class(&link_elf_class); |
| 197 | } |
| 198 | SYSINIT(link_elf_obj, SI_SUB_KLD, SI_ORDER_SECOND, link_elf_init, NULL); |
| 199 | |
| 200 | static void |
nothing calls this directly
no test coverage detected