Home | History | Annotate | Download | only in core

Lines Matching full:keep

17     KEEP (*(.init))
23 KEEP (*(.text.*personality*))
30 KEEP (*(.fini))
42 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
43 .gcc_except_table : ONLY_IF_RO { KEEP (*(.gcc_except_table)) *(.gcc_except_table.*) }
48 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
49 .gcc_except_table : ONLY_IF_RW { KEEP (*(.gcc_except_table)) *(.gcc_except_table.*) }
59 .preinit_array : { KEEP (*(.preinit_array)) }
62 .init_array : { KEEP (*(.init_array)) }
65 .fini_array : { KEEP (*(.fini_array)) }
78 KEEP (*crtbegin*.o(.ctors))
83 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .ctors))
84 KEEP (*(SORT(.ctors.*)))
85 KEEP (*(.ctors))
89 KEEP (*crtbegin*.o(.dtors))
90 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .dtors))
91 KEEP (*(SORT(.dtors.*)))
92 KEEP (*(.dtors))
94 .jcr : { KEEP (*(.jcr)) }
101 KEEP (*(.gnu.linkonce.d.*personality*))
162 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }