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

/freebsd-10.3-release/sys/kern/
H A Dlink_elf.c180 static struct linker_class link_elf_class = { variable in typeref:struct:linker_class
378 linker_add_class(&link_elf_class);
389 linker_kernel_file = linker_make_file(modname, &link_elf_class);
666 lf = linker_make_file(filename, &link_elf_class);
879 lf = linker_make_file(filename, &link_elf_class);
H A Dlink_elf_obj.c167 static struct linker_class link_elf_class = { variable in typeref:struct:linker_class
192 linker_add_class(&link_elf_class);
232 lf = linker_make_file(filename, &link_elf_class);
527 lf = linker_make_file(filename, &link_elf_class);

Completed in 53 milliseconds