linker_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 */