Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:crtbegin

128     KEEP (*crtbegin*.o(.init_array))
130 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
136 KEEP (*crtbegin*.o(.fini_array))
138 KEEP (*(.fini_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .dtors))
143 /* gcc uses crtbegin.o to find the start of
147 actually link against crtbegin.o; the
150 doesn't matter which directory crtbegin.o
152 KEEP (*crtbegin.o(.ctors))
153 KEEP (*crtbegin*.o(.ctors))
164 KEEP (*crtbegin.o(.dtors))
165 KEEP (*crtbegin*.o(.dtors))