Lines Matching full:keep
70 KEEP (*(.init))
94 KEEP (*(.fini))
126 .eh_frame : { KEEP (*(.eh_frame)) }
139 KEEP (*crtbegin.o(.ctors))
144 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
145 KEEP (*(SORT(.ctors.*)))
146 KEEP (*(.ctors))
149 KEEP (*crtbegin.o(.dtors))
150 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors))
151 KEEP (*(SORT(.dtors.*)))
152 KEEP (*(.dtors))
154 .jcr : { KEEP (*(.jcr)) }