Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dlink_elf.c182 static struct linker_class link_elf_class = { variable
426 linker_add_class(&link_elf_class); in link_elf_init()
436 linker_kernel_file = linker_make_file(modname, &link_elf_class); in link_elf_init()
880 lf = linker_make_file(filename, &link_elf_class); in link_elf_link_preload()
1105 lf = linker_make_file(filename, &link_elf_class); in link_elf_load_file()
1335 KASSERT(lf->ops->cls == (kobj_class_t)&link_elf_class, in elf_relocaddr()
H A Dlink_elf_obj.c171 static struct linker_class link_elf_class = { variable
196 linker_add_class(&link_elf_class); in link_elf_init()
358 lf = linker_make_file(filename, &link_elf_class); in link_elf_link_preload()
733 lf = linker_make_file(filename, &link_elf_class); in link_elf_load_file()