Lines Matching refs:KEEP
64 KEEP (*(.init))
89 KEEP (*(.fini))
118 .eh_frame : { KEEP (*(.eh_frame)) }
131 KEEP (*crtbegin.o(.ctors))
136 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
137 KEEP (*(SORT(.ctors.*)))
138 KEEP (*(.ctors))
141 KEEP (*crtbegin.o(.dtors))
142 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors))
143 KEEP (*(SORT(.dtors.*)))
144 KEEP (*(.dtors))
146 .jcr : { KEEP (*(.jcr)) }