Lines Matching refs:KEEP
20 KEEP (*crtbegin.o(.ctors))
21 KEEP (*crtbegin?.o(.ctors))
28 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o) .ctors))
29 KEEP (*(SORT(.ctors.*)))
30 KEEP (*(.ctors))
37 KEEP (*crtbegin.o(.dtors))
38 KEEP (*crtbegin?.o(.dtors))
39 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o) .dtors))
40 KEEP (*(SORT(.dtors.*)))
41 KEEP (*(.dtors))
137 .eh_frame ${RELOCATING-0} : { KEEP (*(.eh_frame)) } ${RELOCATING+ > ${DATA_MEMORY}}
141 .jcr ${RELOCATING-0} : { KEEP (*(.jcr)) } ${RELOCATING+ >${DATA_MEMORY}}