Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:crtbegin

100     KEEP (*crtbegin*.o(.init_array))
102 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
108 KEEP (*crtbegin*.o(.fini_array))
110 KEEP (*(.fini_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .dtors))
115 /* gcc uses crtbegin.o to find the start of
119 actually link against crtbegin.o; the
122 doesn't matter which directory crtbegin.o
124 KEEP (*crtbegin.o(.ctors))
125 KEEP (*crtbegin*.o(.ctors))
136 KEEP (*crtbegin.o(.dtors))
137 KEEP (*crtbegin*.o(.dtors))