Lines Matching full:keep
70 KEEP (*(.init))
94 KEEP (*(.fini))
128 .eh_frame : { KEEP (*(.eh_frame)) }
141 KEEP (*crtbegin.o(.ctors))
146 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
147 KEEP (*(SORT(.ctors.*)))
148 KEEP (*(.ctors))
151 KEEP (*crtbegin.o(.dtors))
152 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors))
153 KEEP (*(SORT(.dtors.*)))
154 KEEP (*(.dtors))
156 .jcr : { KEEP (*(.jcr)) }