linker_class
SYSINIT(linker_class, SI_SUB_KLD, SI_ORDER_ANY, linker_stop_class_add, NULL);
static struct linker_class link_elf_class = {
static struct linker_class link_elf_class = {
typedef struct linker_class *linker_class_t;
typedef TAILQ_HEAD(, linker_class) linker_class_list_t;
TAILQ_ENTRY(linker_class) link; /* list of all file classes */