Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dlinker.h117 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 Dlinker_if.m168 linker_class_t cls;
173 linker_class_t cls;
H A Dlink_elf.c139 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 Dlink_elf_obj.c126 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 Dkern_linker.c177 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()