Home | History | Annotate | Download | only in qemu

Lines Matching refs:ctors

32   .rel.ctors      : { *(.rel.ctors) }
33 .rela.ctors : { *(.rela.ctors) }
105 .ctors :
116 KEEP (*crtbegin*.o(.ctors))
118 from the crtend.o file until after the sorted ctors.
120 end of ctors marker and it must be last */
121 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .ctors))
122 KEEP (*(SORT(.ctors.*)))
123 KEEP (*(.ctors))