Lines Matching full:keep
49 KEEP (*(.init))
60 KEEP (*(.fini))
67 .eh_frame 0 : ONLY_IF_RO { KEEP (*(.eh_frame)) }
72 .eh_frame 0 : ONLY_IF_RW { KEEP (*(.eh_frame)) }
79 KEEP (*(.preinit_array))
83 KEEP (*(SORT(.init_array.*)))
84 KEEP (*(.init_array))
88 KEEP (*(.fini_array))
89 KEEP (*(SORT(.fini_array.*)))
91 .jcr 0 : { KEEP (*(.jcr)) }
151 .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }
152 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }