Searched refs:ctors (Results 1 – 4 of 4) sorted by relevance
65 .ctors :67 KEEP (*crtbegin.o(.ctors))68 KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors))69 KEEP (*(SORT(.ctors.*)))70 KEEP (*(.ctors))
96 .rel.ctors : { *(.rel.ctors) }97 .rela.ctors : { *(.rela.ctors) }167 .ctors :178 KEEP (*crtbegin*.o(.ctors))180 from the crtend.o file until after the sorted ctors.182 end of ctors marker and it must be last */183 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .ctors))184 KEEP (*(SORT(.ctors.*)))185 KEEP (*(.ctors))
98 .rel.ctors : { *(.rel.ctors) }99 .rela.ctors : { *(.rela.ctors) }176 .ctors :187 KEEP (*crtbegin.o(.ctors))188 KEEP (*crtbegin?.o(.ctors))190 the crtend.o file until after the sorted ctors.192 end of ctors marker and it must be last */193 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))194 KEEP (*(SORT(.ctors.*)))195 KEEP (*(.ctors))
97 .rel.ctors : { *(.rel.ctors) }98 .rela.ctors : { *(.rela.ctors) }175 .ctors :186 KEEP (*crtbegin.o(.ctors))187 KEEP (*crtbegin?.o(.ctors))189 the crtend.o file until after the sorted ctors.191 end of ctors marker and it must be last */192 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))193 KEEP (*(SORT(.ctors.*)))194 KEEP (*(.ctors))