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 | kern_linker.c | 178 linker_add_class(linker_class_t lc) in linker_add_class() 452 linker_class_t lc; in linker_load_file() 646 linker_make_file(const char *pathname, linker_class_t lc) in linker_make_file() 1652 linker_class_t lc; in linker_preload()
|
| 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 *, 897 link_elf_link_preload(linker_class_t cls, const char *filename, in link_elf_link_preload() 989 link_elf_load_file(linker_class_t cls, const char* filename, in link_elf_load_file()
|
| H A D | link_elf_obj.c | 127 static int link_elf_link_preload(linker_class_t cls, 130 static int link_elf_load_file(linker_class_t, const char *, linker_file_t *); 344 link_elf_link_preload(linker_class_t cls, const char *filename, in link_elf_link_preload() 715 link_elf_load_file(linker_class_t cls, const char *filename, in link_elf_load_file()
|