Searched refs:linker_class (Results 1 – 4 of 4) sorted by relevance
115 typedef struct linker_class *linker_class_t;116 typedef TAILQ_HEAD(, linker_class) linker_class_list_t;118 struct linker_class { struct120 TAILQ_ENTRY(linker_class) link; /* list of all file classes */
184 static struct linker_class link_elf_class = {
174 SYSINIT(linker_class, SI_SUB_KLD, SI_ORDER_ANY, linker_stop_class_add, NULL);
176 static struct linker_class link_elf_class = {