Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:crtbegin

95     KEEP (*crtbegin*.o(.init_array))
97 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
101 KEEP (*crtbegin*.o(.fini_array))
103 KEEP (*(.fini_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .dtors))
107 /* gcc uses crtbegin.o to find the start of
111 actually link against crtbegin.o; the
114 doesn't matter which directory crtbegin.o
116 KEEP (*crtbegin.o(.ctors))
117 KEEP (*crtbegin*.o(.ctors))
128 KEEP (*crtbegin.o(.dtors))
129 KEEP (*crtbegin*.o(.dtors))