Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Dlinker.h100 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/
Dlinker_if.m134 linker_class_t cls;
139 linker_class_t cls;
Dlink_elf.c138 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()
Dlink_elf_obj.c124 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()
Dkern_linker.c173 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()