Searched refs:linker_class_t (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/sys/sys/ |
| D | linker.h | 100 typedef struct linker_class *linker_class_t; typedef 163 int linker_add_class(linker_class_t _cls); 166 linker_file_t linker_make_file(const char* _filename, linker_class_t _cls);
|
| /freebsd-10-stable/sys/kern/ |
| D | linker_if.m | 134 linker_class_t cls; 139 linker_class_t cls;
|
| D | link_elf.c | 138 static int link_elf_link_preload(linker_class_t cls, 141 static int link_elf_load_file(linker_class_t, const char *, 639 link_elf_link_preload(linker_class_t cls, in link_elf_link_preload() 714 link_elf_load_file(linker_class_t cls, const char* filename, in link_elf_load_file()
|
| D | link_elf_obj.c | 124 static int link_elf_link_preload(linker_class_t cls, 127 static int link_elf_load_file(linker_class_t, const char *, linker_file_t *); 198 link_elf_link_preload(linker_class_t cls, const char *filename, in link_elf_link_preload() 454 link_elf_load_file(linker_class_t cls, const char *filename, in link_elf_load_file()
|
| D | kern_linker.c | 173 linker_add_class(linker_class_t lc) in linker_add_class() 414 linker_class_t lc; in linker_load_file() 597 linker_make_file(const char *pathname, linker_class_t lc) in linker_make_file() 1457 linker_class_t lc; in linker_preload()
|