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