Lines Matching refs:KEEP
70 KEEP (*(.init))
95 KEEP (*(.fini))
129 .eh_frame : { KEEP (*(.eh_frame)) }
142 KEEP (*crtbegin.o(.ctors))
147 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
148 KEEP (*(SORT(.ctors.*)))
149 KEEP (*(.ctors))
152 KEEP (*crtbegin.o(.dtors))
153 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors))
154 KEEP (*(SORT(.dtors.*)))
155 KEEP (*(.dtors))
157 .jcr : { KEEP (*(.jcr)) }