Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:crtbegin

120     KEEP (*crtbegin*.o(.init_array))
122 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
126 KEEP (*crtbegin*.o(.fini_array))
128 KEEP (*(.fini_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .dtors))
132 /* gcc uses crtbegin.o to find the start of
136 actually link against crtbegin.o; the
139 doesn't matter which directory crtbegin.o
141 KEEP (*crtbegin.o(.ctors))
142 KEEP (*crtbegin*.o(.ctors))
153 KEEP (*crtbegin.o(.dtors))
154 KEEP (*crtbegin*.o(.dtors))