Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:ctors

29       *(.rel.ctors)
48 *(.rela.ctors)
128 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
130 KEEP (*(EXCLUDE_FILE (*crtbegin.o *crtbegin?.o *crtend.o *crtend?.o ) .ctors))
142 .ctors :
153 KEEP (*crtbegin.o(.ctors))
154 KEEP (*crtbegin*.o(.ctors))
156 the crtend.o file until after the sorted ctors.
158 end of ctors marker and it must be last */
159 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend*.o ) .ctors))
160 KEEP (*(SORT(.ctors.*)))
161 KEEP (*(.ctors))