Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dlink_elf.c188 static struct linker_class link_elf_class = { variable
437 linker_add_class(&link_elf_class); in link_elf_init()
447 linker_kernel_file = linker_make_file(modname, &link_elf_class); in link_elf_init()
887 lf = linker_make_file(filename, &link_elf_class); in link_elf_link_preload()
1112 lf = linker_make_file(filename, &link_elf_class); in link_elf_load_file()
1342 KASSERT(lf->ops->cls == (kobj_class_t)&link_elf_class, in elf_relocaddr()
H A Dlink_elf_obj.c178 static struct linker_class link_elf_class = { variable
208 linker_add_class(&link_elf_class); in link_elf_init()
370 lf = linker_make_file(filename, &link_elf_class); in link_elf_link_preload()
771 lf = linker_make_file(filename, &link_elf_class); in link_elf_load_file()