Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:ctors

34   .rel.ctors      : { *(.rel.ctors) }
35 .rela.ctors : { *(.rela.ctors) }
102 .ctors :
113 KEEP (*crtbegin*.o(.ctors))
115 the crtend.o file until after the sorted ctors.
117 end of ctors marker and it must be last */
118 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .ctors))
119 KEEP (*(SORT(.ctors.*)))
120 KEEP (*(.ctors))