Searched refs:link_elf_class (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dlink_elf.c185 static struct linker_class link_elf_class = { variable in typeref:struct:linker_class
406 linker_add_class(&link_elf_class);
416 linker_kernel_file = linker_make_file(modname, &link_elf_class);
769 lf = linker_make_file(filename, &link_elf_class);
990 lf = linker_make_file(filename, &link_elf_class);
1220 KASSERT(lf->ops->cls == (kobj_class_t)&link_elf_class,
H A Dlink_elf_obj.c172 static struct linker_class link_elf_class = { variable in typeref:struct:linker_class
197 linker_add_class(&link_elf_class);
350 lf = linker_make_file(filename, &link_elf_class);
715 lf = linker_make_file(filename, &link_elf_class);

Completed in 75 milliseconds