Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:crtend

90     KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin?.o *crtend.o *crtend?.o ) .ctors))
95 KEEP (*(.fini_array EXCLUDE_FILE (*crtbegin.o *crtbegin?.o *crtend.o *crtend?.o ) .dtors))
111 the crtend.o file until after the sorted ctors.
112 The .ctor section from the crtend file contains the
114 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))
122 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .dtors))