Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dlinker.h168 linker_file_t linker_make_file(const char* _filename, linker_class_t _cls);
/f-stack/freebsd/sys/
H A Dlinker.h176 linker_file_t linker_make_file(const char* _filename, linker_class_t _cls);
/f-stack/freebsd/kern/
H A Dlink_elf.c436 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()
H A Dlink_elf_obj.c358 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()
H A Dkern_linker.c600 linker_make_file(const char *pathname, linker_class_t lc) in linker_make_file() function