Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:ctors

36   .rel.ctors      : { *(.rel.ctors) }
37 .rela.ctors : { *(.rela.ctors) }
103 .ctors :
114 KEEP (*crtbegin.o(.ctors))
115 KEEP (*crtbegin?.o(.ctors))
117 the crtend.o file until after the sorted ctors.
119 end of ctors marker and it must be last */
120 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))
121 KEEP (*(SORT(.ctors.*)))
122 KEEP (*(.ctors))