Lines Matching refs:ctors
37 .rel.ctors : { *(.rel.ctors) }
38 .rela.ctors : { *(.rela.ctors) }
101 .ctors :
112 KEEP (*crtbegin*.o(.ctors))
114 from the crtend.o file until after the sorted ctors.
116 end of ctors marker and it must be last */
117 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .ctors))
118 KEEP (*(SORT(.ctors.*)))
119 KEEP (*(.ctors))