Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:ctors

33   .rel.ctors      : { *(.rel.ctors) }
34 .rela.ctors : { *(.rela.ctors) }
95 .ctors :
106 KEEP (*crtbegin*.o(.ctors))
108 the crtend.o file until after the sorted ctors.
110 end of ctors marker and it must be last */
111 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .ctors))
112 KEEP (*(SORT(.ctors.*)))
113 KEEP (*(.ctors))