Lines Matching full:keep
50 KEEP (*(.init))
56 KEEP (*(.text.*personality*))
63 KEEP (*(.fini))
75 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
76 .gcc_except_table : ONLY_IF_RO { KEEP (*(.gcc_except_table)) *(.gcc_except_table.*) }
81 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
82 .gcc_except_table : ONLY_IF_RW { KEEP (*(.gcc_except_table)) *(.gcc_except_table.*) }
92 .preinit_array : { KEEP (*(.preinit_array)) }
95 .init_array : { KEEP (*(.init_array)) }
98 .fini_array : { KEEP (*(.fini_array)) }
111 KEEP (*crtbegin*.o(.ctors))
116 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .ctors))
117 KEEP (*(SORT(.ctors.*)))
118 KEEP (*(.ctors))
122 KEEP (*crtbegin*.o(.dtors))
123 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .dtors))
124 KEEP (*(SORT(.dtors.*)))
125 KEEP (*(.dtors))
127 .jcr : { KEEP (*(.jcr)) }
135 KEEP (*(.gnu.linkonce.d.*personality*))
191 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }