Home | History | Annotate | Download | only in ldscripts

Lines Matching full:keep

48     KEEP (*(.init))
54 KEEP (*(.text.*personality*))
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)) }
97 KEEP (*(.gnu.linkonce.d.*personality*))
148 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
149 .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) }