Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:crtbegin

92     KEEP (*crtbegin*.o(.init_array))
94 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
98 KEEP (*crtbegin*.o(.fini_array))
100 KEEP (*(.fini_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .dtors))
104 /* gcc uses crtbegin.o to find the start of
108 actually link against crtbegin.o; the
111 doesn't matter which directory crtbegin.o
113 KEEP (*crtbegin.o(.ctors))
114 KEEP (*crtbegin*.o(.ctors))
125 KEEP (*crtbegin.o(.dtors))
126 KEEP (*crtbegin*.o(.dtors))