Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:crtbegin

99     KEEP (*crtbegin*.o(.init_array))
101 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
107 KEEP (*crtbegin*.o(.fini_array))
109 KEEP (*(.fini_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .dtors))
114 /* gcc uses crtbegin.o to find the start of
118 actually link against crtbegin.o; the
121 doesn't matter which directory crtbegin.o
123 KEEP (*crtbegin.o(.ctors))
124 KEEP (*crtbegin*.o(.ctors))
135 KEEP (*crtbegin.o(.dtors))
136 KEEP (*crtbegin*.o(.dtors))