Lines Matching refs:ctors
6 # SMALL_DATA_CTOR - .ctors contains small data.
13 # OTHER_READWRITE_SECTIONS - other than .data .bss .ctors .sdata ...
200 CTOR=".ctors ${CONSTRUCTING-0} :
213 KEEP (*crtbegin.o(.ctors))
214 KEEP (*crtbegin?.o(.ctors))
217 the crtend.o file until after the sorted ctors.
219 end of ctors marker and it must be last */
221 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o $OTHER_EXCLUDE_FILES) .ctors))
222 KEEP (*(SORT(.ctors.*)))
223 KEEP (*(.ctors))
303 .rel.ctors ${RELOCATING-0} : { *(.rel.ctors) }
304 .rela.ctors ${RELOCATING-0} : { *(.rela.ctors) }