Lines Matching full:keep
58 KEEP (*(.init))
75 KEEP (*(.fini))
87 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
97 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
106 KEEP (*(.preinit_array))
112 KEEP (*(SORT(.init_array.*)))
113 KEEP (*(.init_array))
119 KEEP (*(SORT(.fini_array.*)))
120 KEEP (*(.fini_array))
134 KEEP (*crtbegin.o(.ctors))
135 KEEP (*crtbegin?.o(.ctors))
140 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))
141 KEEP (*(SORT(.ctors.*)))
142 KEEP (*(.ctors))
146 KEEP (*crtbegin.o(.dtors))
147 KEEP (*crtbegin?.o(.dtors))
148 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .dtors))
149 KEEP (*(SORT(.dtors.*)))
150 KEEP (*(.dtors))
152 .jcr : { KEEP (*(.jcr)) }
226 .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }
227 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }