Home
last modified time | relevance | path

Searched refs:linker_class_t (Results 1 – 6 of 6) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dlinker.h102 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 Dlinker.h110 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 Dlinker_if.m134 linker_class_t cls;
139 linker_class_t cls;
H A Dlink_elf.c140 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 Dlink_elf_obj.c128 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 Dkern_linker.c177 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()