Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:crtbegin

98     KEEP (*crtbegin*.o(.init_array))
100 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
106 KEEP (*crtbegin*.o(.fini_array))
108 KEEP (*(.fini_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .dtors))
113 /* gcc uses crtbegin.o to find the start of
117 actually link against crtbegin.o; the
120 doesn't matter which directory crtbegin.o
122 KEEP (*crtbegin.o(.ctors))
123 KEEP (*crtbegin*.o(.ctors))
134 KEEP (*crtbegin.o(.dtors))
135 KEEP (*crtbegin*.o(.dtors))