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

/linux-4.1.27/arch/um/kernel/
H A Ddyn.lds.S43 .rel.ctors : { *(.rel.ctors) }
44 .rela.ctors : { *(.rela.ctors) }
119 .ctors : {
129 KEEP (*crtbegin.o(.ctors))
131 from the crtend.o file until after the sorted ctors.
133 end of ctors marker and it must be last */
134 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
135 KEEP (*(SORT(.ctors.*)))
136 KEEP (*(.ctors))
H A Duml.lds.S78 .ctors :
80 *(.ctors)
/linux-4.1.27/include/asm-generic/
H A Dsections.h39 /* Start and end of .ctors section - used for constructor calls. */
H A Dvmlinux.lds.h492 *(.ctors) \
/linux-4.1.27/drivers/staging/lustre/lustre/include/
H A Dlu_object.h654 /** \name ctors
686 /** @} ctors */
/linux-4.1.27/kernel/
H A Dmodule.c2767 mod->ctors = section_objs(info, ".ctors", find_module_sections()
2768 sizeof(*mod->ctors), &mod->num_ctors); find_module_sections()
2769 if (!mod->ctors) find_module_sections()
2770 mod->ctors = section_objs(info, ".init_array", find_module_sections()
2771 sizeof(*mod->ctors), &mod->num_ctors); find_module_sections()
2777 pr_warn("%s: has both .ctors and .init_array.\n", find_module_sections()
3055 mod->ctors[i](); do_mod_ctors()
/linux-4.1.27/include/linux/
H A Dmodule.h368 ctor_fn_t *ctors; member in struct:module

Completed in 333 milliseconds