Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:ctors

35   .rel.ctors      : { *(.rel.ctors) }
36 .rela.ctors : { *(.rela.ctors) }
96 .ctors :
107 KEEP (*crtbegin.o(.ctors))
108 KEEP (*crtbegin?.o(.ctors))
110 the crtend.o file until after the sorted ctors.
112 end of ctors marker and it must be last */
113 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))
114 KEEP (*(SORT(.ctors.*)))
115 KEEP (*(.ctors))