Lines Matching refs:KEEP
37 ${RELOCATING+ KEEP (*(SORT_NONE(.init)))}
42 ${RELOCATING+ KEEP (*(SORT_NONE(.fini)))}
50 ${RELOCATING+ KEEP (*crtbegin.o(.ctors))}
51 ${RELOCATING+ KEEP (*crtbegin?.o(.ctors))}
52 ${RELOCATING+ KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o) .ctors))}
53 ${RELOCATING+ KEEP (*(SORT(.ctors.*)))}
54 ${RELOCATING+ KEEP (*(.ctors))}
62 ${RELOCATING+ KEEP (*crtbegin.o(.dtors))}
63 ${RELOCATING+ KEEP (*crtbegin?.o(.dtors))}
64 ${RELOCATING+ KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o) .dtors))}
65 ${RELOCATING+ KEEP (*(SORT(.dtors.*)))}
66 ${RELOCATING+ KEEP (*(.dtors))}
70 ${RELOCATING+KEEP (*(.jcr))}
71 ${RELOCATING+KEEP (*(.eh_frame))}
151 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }