Searched refs:ctors (Results 1 - 6 of 6) sorted by relevance

/linux-master/scripts/
H A Dmodule.lds.S23 .ctors 0 : ALIGN(8) { *(SORT(.ctors.*)) *(.ctors) }
/linux-master/arch/um/kernel/
H A Ddyn.lds.S49 .rel.ctors : { *(.rel.ctors) }
50 .rela.ctors : { *(.rela.ctors) }
131 .ctors : {
141 KEEP (*crtbegin.o(.ctors))
143 from the crtend.o file until after the sorted ctors.
145 end of ctors marker and it must be last */
146 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
147 KEEP (*(SORT(.ctors
[all...]
H A Duml.lds.S87 .ctors :
89 *(.ctors)
/linux-master/kernel/module/
H A Dmain.c2115 mod->ctors = section_objs(info, ".ctors",
2116 sizeof(*mod->ctors), &mod->num_ctors);
2117 if (!mod->ctors)
2118 mod->ctors = section_objs(info, ".init_array",
2119 sizeof(*mod->ctors), &mod->num_ctors);
2125 pr_warn("%s: has both .ctors and .init_array.\n",
2462 mod->ctors[i]();
/linux-master/include/asm-generic/
H A Dvmlinux.lds.h669 KEEP(*(SORT(.ctors.*))) \
670 KEEP(*(.ctors)) \
/linux-master/include/linux/
H A Dmodule.h577 ctor_fn_t *ctors; member in struct:module

Completed in 119 milliseconds