Lines Matching refs:KEEP
53 KEEP (*(.init))
64 KEEP (*(.fini))
102 .eh_frame : { KEEP (*(.eh_frame)) }
116 KEEP (*crtbegin*.o(.ctors))
121 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .ctors))
122 KEEP (*(SORT(.ctors.*)))
123 KEEP (*(.ctors))
127 KEEP (*crtbegin*.o(.dtors))
128 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .dtors))
129 KEEP (*(SORT(.dtors.*)))
130 KEEP (*(.dtors))
132 .jcr : { KEEP (*(.jcr)) }