Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dlink_elf.c182 static struct linker_class link_elf_class = { variable
403 linker_add_class(&link_elf_class); in link_elf_init()
413 linker_kernel_file = linker_make_file(modname, &link_elf_class); in link_elf_init()
722 lf = linker_make_file(filename, &link_elf_class); in link_elf_link_preload()
939 lf = linker_make_file(filename, &link_elf_class); in link_elf_load_file()
H A Dlink_elf_obj.c169 static struct linker_class link_elf_class = { variable
194 linker_add_class(&link_elf_class); in link_elf_init()
234 lf = linker_make_file(filename, &link_elf_class); in link_elf_link_preload()
598 lf = linker_make_file(filename, &link_elf_class); in link_elf_load_file()