Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:crtbegin

94     KEEP (*crtbegin*.o(.init_array))
96 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
100 KEEP (*crtbegin*.o(.fini_array))
102 KEEP (*(.fini_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .dtors))
106 /* gcc uses crtbegin.o to find the start of
110 actually link against crtbegin.o; the
113 doesn't matter which directory crtbegin.o
115 KEEP (*crtbegin.o(.ctors))
116 KEEP (*crtbegin*.o(.ctors))
127 KEEP (*crtbegin.o(.dtors))
128 KEEP (*crtbegin*.o(.dtors))