Lines Matching refs:KEEP
62 KEEP (*(.init))
69 KEEP (*(.text.*personality*))
76 KEEP (*(.fini))
84 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
85 .gcc_except_table : ONLY_IF_RO { KEEP (*(.gcc_except_table)) *(.gcc_except_table.*) }
90 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
91 .gcc_except_table : ONLY_IF_RW { KEEP (*(.gcc_except_table)) *(.gcc_except_table.*) }
100 .preinit_array : { KEEP (*(.preinit_array)) }
101 .init_array : { KEEP (*(.init_array)) }
102 .fini_array : { KEEP (*(.fini_array)) }
114 KEEP (*crtbegin*.o(.ctors))
119 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .ctors))
120 KEEP (*(SORT(.ctors.*)))
121 KEEP (*(.ctors))
125 KEEP (*crtbegin*.o(.dtors))
126 KEEP (*(EXCLUDE_FILE (*crtend*.o ) .dtors))
127 KEEP (*(SORT(.dtors.*)))
128 KEEP (*(.dtors))
130 .jcr : { KEEP (*(.jcr)) }
137 KEEP (*(.gnu.linkonce.d.*personality*))