Lines Matching refs:KEEP
50 KEEP (*(.init))
61 KEEP (*(.fini))
94 .eh_frame : { KEEP (*(.eh_frame)) }
108 KEEP (*crtbegin.o(.ctors))
113 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
114 KEEP (*(SORT(.ctors.*)))
115 KEEP (*(.ctors))
119 KEEP (*crtbegin.o(.dtors))
120 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors))
121 KEEP (*(SORT(.dtors.*)))
122 KEEP (*(.dtors))
124 .jcr : { KEEP (*(.jcr)) }