Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:crtend

104     KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
112 KEEP (*(.fini_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .dtors))
129 the crtend.o file until after the sorted ctors.
130 The .ctor section from the crtend file contains the
132 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend*.o ) .ctors))
140 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend*.o ) .dtors))