Lines Matching full:keep
70 KEEP (*(.init))
95 KEEP (*(.fini))
125 .eh_frame : { KEEP (*(.eh_frame)) }
138 KEEP (*crtbegin.o(.ctors))
143 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
144 KEEP (*(SORT(.ctors.*)))
145 KEEP (*(.ctors))
148 KEEP (*crtbegin.o(.dtors))
149 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors))
150 KEEP (*(SORT(.dtors.*)))
151 KEEP (*(.dtors))
153 .jcr : { KEEP (*(.jcr)) }