Home
last modified time | relevance | path

Searched refs:linker_make_file (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/sys/
Dlinker.h176 linker_file_t linker_make_file(const char* _filename, linker_class_t _cls);
/freebsd-12-stable/sys/kern/
Dlink_elf.c412 linker_kernel_file = linker_make_file(modname, &link_elf_class); in link_elf_init()
765 lf = linker_make_file(filename, &link_elf_class); in link_elf_link_preload()
986 lf = linker_make_file(filename, &link_elf_class); in link_elf_load_file()
Dlink_elf_obj.c350 lf = linker_make_file(filename, &link_elf_class); in link_elf_link_preload()
715 lf = linker_make_file(filename, &link_elf_class); in link_elf_load_file()
Dkern_linker.c605 linker_make_file(const char *pathname, linker_class_t lc) in linker_make_file() function