Lines Matching full:keep
64 KEEP (*(.init))
89 KEEP (*(.fini))
119 .eh_frame : { KEEP (*(.eh_frame)) }
132 KEEP (*crtbegin.o(.ctors))
137 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
138 KEEP (*(SORT(.ctors.*)))
139 KEEP (*(.ctors))
142 KEEP (*crtbegin.o(.dtors))
143 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors))
144 KEEP (*(SORT(.dtors.*)))
145 KEEP (*(.dtors))
147 .jcr : { KEEP (*(.jcr)) }