Lines Matching refs:ctors
30 .rel.ctors : { *(.rel.ctors) }
31 .rela.ctors : { *(.rela.ctors) }
103 .ctors :
114 KEEP (*crtbegin.o(.ctors))
116 from the crtend.o file until after the sorted ctors.
118 end of ctors marker and it must be last */
119 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
120 KEEP (*(SORT(.ctors.*)))
121 KEEP (*(.ctors))