Lines Matching refs:KEEP
75 KEEP (*crtbegin.o(.ctors))
76 KEEP (*crtbegin?.o(.ctors))
83 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o $OTHER_EXCLUDE_FILES) .ctors))
84 KEEP (*(SORT(.ctors.*)))
85 KEEP (*(.ctors))
92 KEEP (*crtbegin.o(.dtors))
93 KEEP (*crtbegin?.o(.dtors))
94 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o $OTHER_EXCLUDE_FILES) .dtors))
95 KEEP (*(SORT(.dtors.*)))
96 KEEP (*(.dtors))
172 .jcr : { KEEP (*(.jcr)) } ${RELOCATING+> ROM}
173 .eh_frame : { KEEP (*(.eh_frame)) } ${RELOCATING+> ROM}
191 KEEP (*(.init))
197 KEEP (*(.fini))