Lines Matching refs:KEEP
45 KEEP (*(.init))
51 KEEP (*(.text.*personality*))
57 KEEP (*(.fini))
70 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
76 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
84 KEEP (*(.preinit_array))
90 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*)))
91 KEEP (*(.init_array))
97 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*)))
98 KEEP (*(.fini_array))
114 KEEP (*crtbegin.o(.ctors))
115 KEEP (*crtbegin?.o(.ctors))
120 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors))
121 KEEP (*(SORT(.ctors.*)))
122 KEEP (*(.ctors))
128 KEEP (*crtbegin.o(.dtors))
129 KEEP (*crtbegin?.o(.dtors))
130 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .dtors))
131 KEEP (*(SORT(.dtors.*)))
132 KEEP (*(.dtors))
134 .jcr : { KEEP (*(.jcr)) }
143 KEEP (*(.gnu.linkonce.d.*personality*))
169 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }