Searched refs:linker_class (Results 1 – 5 of 5) sorted by relevance
102 typedef struct linker_class *linker_class_t;103 typedef TAILQ_HEAD(, linker_class) linker_class_list_t;105 struct linker_class { struct107 TAILQ_ENTRY(linker_class) link; /* list of all file classes */
110 typedef struct linker_class *linker_class_t;111 typedef TAILQ_HEAD(, linker_class) linker_class_list_t;113 struct linker_class { struct115 TAILQ_ENTRY(linker_class) link; /* list of all file classes */
182 static struct linker_class link_elf_class = {
171 static struct linker_class link_elf_class = {
174 SYSINIT(linker_class, SI_SUB_KLD, SI_ORDER_ANY, linker_stop_class_add, NULL);