Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:ctors

30       *(.rel.ctors)
44 *(.rela.ctors)
108 .ctors :
119 KEEP (*crtbegin.o(.ctors))
120 KEEP (*crtbegin?.o(.ctors))
122 the crtend.o file until after the sorted ctors.
124 end of ctors marker and it must be last */
125 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))
126 KEEP (*(SORT(.ctors.*)))
127 KEEP (*(.ctors))