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

/freebsd-11.0-release/sys/sys/
H A Dlinker.h168 linker_file_t linker_make_file(const char* _filename, linker_class_t _cls);
/freebsd-11.0-release/sys/kern/
H A Dlink_elf.c406 linker_kernel_file = linker_make_file(modname, &link_elf_class);
698 lf = linker_make_file(filename, &link_elf_class);
923 lf = linker_make_file(filename, &link_elf_class);
H A Dlink_elf_obj.c232 lf = linker_make_file(filename, &link_elf_class);
560 lf = linker_make_file(filename, &link_elf_class);
H A Dkern_linker.c573 linker_make_file(const char *pathname, linker_class_t lc) function
582 KLD_DPF(FILE, ("linker_make_file: new file, filename='%s' for pathname='%s'\n", filename, pathname));

Completed in 170 milliseconds