Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:crtend

100     KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
108 KEEP (*(.fini_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .dtors))
125 the crtend.o file until after the sorted ctors.
126 The .ctor section from the crtend file contains the
128 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend*.o ) .ctors))
136 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend*.o ) .dtors))