Home
last modified time | relevance | path

Searched refs:linker_class (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sys/sys/
HDlinker.h110 typedef struct linker_class *linker_class_t;
111 typedef TAILQ_HEAD(, linker_class) linker_class_list_t;
113 struct linker_class { struct
115 TAILQ_ENTRY(linker_class) link; /* list of all file classes */
/freebsd-13-stable/sys/kern/
HDlink_elf.c192 static struct linker_class link_elf_class = {
HDkern_linker.c173 SYSINIT(linker_class, SI_SUB_KLD, SI_ORDER_ANY, linker_stop_class_add, NULL);
HDlink_elf_obj.c182 static struct linker_class link_elf_class = {