Searched refs:linker_class_t (Results 1 – 6 of 6) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | linker.h | 102 typedef struct linker_class *linker_class_t; typedef 165 int linker_add_class(linker_class_t _cls); 168 linker_file_t linker_make_file(const char* _filename, linker_class_t _cls);
|
| /f-stack/freebsd/sys/ |
| H A D | linker.h | 110 typedef struct linker_class *linker_class_t; typedef 173 int linker_add_class(linker_class_t _cls); 176 linker_file_t linker_make_file(const char* _filename, linker_class_t _cls);
|
| /f-stack/freebsd/kern/ |
| H A D | linker_if.m | 134 linker_class_t cls; 139 linker_class_t cls;
|
| H A D | link_elf.c | 140 static int link_elf_link_preload(linker_class_t cls, 143 static int link_elf_load_file(linker_class_t, const char *, 851 link_elf_link_preload(linker_class_t cls, const char *filename, in link_elf_link_preload() 945 link_elf_load_file(linker_class_t cls, const char* filename, in link_elf_load_file()
|
| H A D | link_elf_obj.c | 128 static int link_elf_link_preload(linker_class_t cls, 131 static int link_elf_load_file(linker_class_t, const char *, linker_file_t *); 324 link_elf_link_preload(linker_class_t cls, const char *filename, in link_elf_link_preload() 646 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() 417 linker_class_t lc; in linker_load_file() 600 linker_make_file(const char *pathname, linker_class_t lc) in linker_make_file() 1500 linker_class_t lc; in linker_preload()
|