Searched refs:linker_class_t (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/sys/ |
H A D | linker.h | 117 typedef struct linker_class *linker_class_t; typedef 186 int linker_add_class(linker_class_t _cls); 189 linker_file_t linker_make_file(const char* _filename, linker_class_t _cls);
|
/freebsd/sys/kern/ |
H A D | linker_if.m | 168 linker_class_t cls; 173 linker_class_t cls;
|
H A D | link_elf.c | 139 static int link_elf_link_preload(linker_class_t cls, 142 static int link_elf_load_file(linker_class_t, const char *, 880 link_elf_link_preload(linker_class_t cls, const char *filename, in link_elf_link_preload() 974 link_elf_load_file(linker_class_t cls, const char* filename, in link_elf_load_file()
|
H A D | link_elf_obj.c | 126 static int link_elf_link_preload(linker_class_t cls, 129 static int link_elf_load_file(linker_class_t, const char *, linker_file_t *); 343 link_elf_link_preload(linker_class_t cls, const char *filename, in link_elf_link_preload() 716 link_elf_load_file(linker_class_t cls, const char *filename, in link_elf_load_file()
|
H A D | kern_linker.c | 177 linker_add_class(linker_class_t lc) in linker_add_class() 451 linker_class_t lc; in linker_load_file() 645 linker_make_file(const char *pathname, linker_class_t lc) in linker_make_file() 1650 linker_class_t lc; in linker_preload()
|