Searched refs:linker_make_file (Results 1 – 4 of 4) sorted by relevance
189 linker_file_t linker_make_file(const char* _filename, linker_class_t _cls);
463 linker_kernel_file = linker_make_file(modname, &link_elf_class); in link_elf_init()924 lf = linker_make_file(filename, &link_elf_class); in link_elf_link_preload()1149 lf = linker_make_file(filename, &link_elf_class); in link_elf_load_file()
375 lf = linker_make_file(filename, &link_elf_class); in link_elf_link_preload()802 lf = linker_make_file(filename, &link_elf_class); in link_elf_load_file()
646 linker_make_file(const char *pathname, linker_class_t lc) in linker_make_file() function