Searched refs:linker_class (Results 1 – 4 of 4) sorted by relevance
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 */
192 static struct linker_class link_elf_class = {
173 SYSINIT(linker_class, SI_SUB_KLD, SI_ORDER_ANY, linker_stop_class_add, NULL);
182 static struct linker_class link_elf_class = {