Lines Matching refs:KEEP
78 KEEP (*(SORT(.init_array.*)))
79 KEEP (*(.init_array))
87 KEEP (*(SORT(.fini_array.*)))
88 KEEP (*(.fini_array))
104 KEEP (*crtbegin.o(.ctors))
105 KEEP (*crtbegin?.o(.ctors))
112 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o $OTHER_EXCLUDE_FILES) .ctors))
113 KEEP (*(SORT(.ctors.*)))
114 KEEP (*(.ctors))
120 KEEP (*crtbegin.o(.dtors))
121 KEEP (*crtbegin?.o(.dtors))
122 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o $OTHER_EXCLUDE_FILES) .dtors))
123 KEEP (*(SORT(.dtors.*)))
124 KEEP (*(.dtors))
209 KEEP (*(.init))
223 KEEP (*(.fini))
248 KEEP (*(.preinit_array))
256 .eh_frame ${RELOCATING-0} : ONLY_IF_RO { KEEP (*(.eh_frame)) }
257 ….gcc_except_table ${RELOCATING-0} : ONLY_IF_RO { KEEP (*(.gcc_except_table)) *(.gcc_except_table.*…
266 .eh_frame ${RELOCATING-0} : ONLY_IF_RW { KEEP (*(.eh_frame)) }
267 ….gcc_except_table ${RELOCATING-0} : ONLY_IF_RW { KEEP (*(.gcc_except_table)) *(.gcc_except_table.*…
275 .jcr ${RELOCATING-0} : { KEEP (*(.jcr)) }