Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:crtend

97     KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
103 KEEP (*(.fini_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .dtors))
119 the crtend.o file until after the sorted ctors.
120 The .ctor section from the crtend file contains the
122 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend*.o ) .ctors))
130 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend*.o ) .dtors))