Lines Matching refs:KEEP
80 test -z "$ATTRS_SECTIONS" && ATTRS_SECTIONS=".gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }"
96 KEEP (*(SORT(.init_array.*)))
97 KEEP (*(.init_array))
103 KEEP (*(SORT(.fini_array.*)))
104 KEEP (*(.fini_array))
120 KEEP (*crtbegin.o(.ctors))
121 KEEP (*crtbegin?.o(.ctors))
128 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o $OTHER_EXCLUDE_FILES) .ctors))
129 KEEP (*(SORT(.ctors.*)))
130 KEEP (*(.ctors))
136 KEEP (*crtbegin.o(.dtors))
137 KEEP (*crtbegin?.o(.dtors))
138 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o $OTHER_EXCLUDE_FILES) .dtors))
139 KEEP (*(SORT(.dtors.*)))
140 KEEP (*(.dtors))
200 KEEP (*(.init))
219 KEEP (*(.fini))
230 ExportTable ALIGN(4) : { KEEP (*(ExportTable)) }
239 KEEP (*(.preinit_array))
259 .eh_frame ALIGN(4) : { KEEP (*(.eh_frame)) } :data