Lines Matching full:keep
43 KEEP (*(.init))
54 KEEP (*(.fini))
62 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
89 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
103 KEEP (*crtbegin.o(.ctors))
108 KEEP (*(EXCLUDE_FILE (*crtend.o ) .ctors))
109 KEEP (*(SORT(.ctors.*)))
110 KEEP (*(.ctors))
114 KEEP (*crtbegin.o(.dtors))
115 KEEP (*(EXCLUDE_FILE (*crtend.o ) .dtors))
116 KEEP (*(SORT(.dtors.*)))
117 KEEP (*(.dtors))
119 .jcr : { KEEP (*(.jcr)) }