Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:crtend

101     KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
109 KEEP (*(.fini_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .dtors))
126 the crtend.o file until after the sorted ctors.
127 The .ctor section from the crtend file contains the
129 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend*.o ) .ctors))
137 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend*.o ) .dtors))