Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:crtend

94     KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
100 KEEP (*(.fini_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .dtors))
116 the crtend.o file until after the sorted ctors.
117 The .ctor section from the crtend file contains the
119 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend*.o ) .ctors))
127 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend*.o ) .dtors))