Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:crtbegin

119     KEEP (*crtbegin*.o(.init_array))
121 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
125 KEEP (*crtbegin*.o(.fini_array))
127 KEEP (*(.fini_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .dtors))
131 /* gcc uses crtbegin.o to find the start of
135 actually link against crtbegin.o; the
138 doesn't matter which directory crtbegin.o
140 KEEP (*crtbegin.o(.ctors))
141 KEEP (*crtbegin*.o(.ctors))
152 KEEP (*crtbegin.o(.dtors))
153 KEEP (*crtbegin*.o(.dtors))