Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:ctors

34   .rel.ctors      : { *(.rel.ctors) }
35 .rela.ctors : { *(.rela.ctors) }
117 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
119 KEEP (*(EXCLUDE_FILE (*crtbegin.o *crtbegin?.o *crtend.o *crtend?.o ) .ctors))
128 .ctors :
139 KEEP (*crtbegin.o(.ctors))
140 KEEP (*crtbegin*.o(.ctors))
142 the crtend.o file until after the sorted ctors.
144 end of ctors marker and it must be last */
145 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend*.o ) .ctors))
146 KEEP (*(SORT(.ctors.*)))
147 KEEP (*(.ctors))