Home | History | Annotate | Download | only in qemu

Lines Matching refs:ctors

34   .rel.ctors      : { *(.rel.ctors) }
35 .rela.ctors : { *(.rela.ctors) }
113 .ctors :
124 KEEP (*crtbegin*.o(.ctors))
126 the crtend.o file until after the sorted ctors.
128 end of ctors marker and it must be last */
129 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .ctors))
130 KEEP (*(SORT(.ctors.*)))
131 KEEP (*(.ctors))