Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:crtbegin

101     KEEP (*crtbegin*.o(.init_array))
103 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
109 KEEP (*crtbegin*.o(.fini_array))
111 KEEP (*(.fini_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .dtors))
116 /* gcc uses crtbegin.o to find the start of
120 actually link against crtbegin.o; the
123 doesn't matter which directory crtbegin.o
125 KEEP (*crtbegin.o(.ctors))
126 KEEP (*crtbegin*.o(.ctors))
137 KEEP (*crtbegin.o(.dtors))
138 KEEP (*crtbegin*.o(.dtors))