Home | History | Annotate | Download | only in emulparams

Lines Matching refs:RELOCATING

17 .got ${RELOCATING-0} : {
18 ${RELOCATING+*(.dsbt)
19 *(.got.plt) *(.igot.plt) }*(.got)${RELOCATING+ *(.igot)}
34 .c6xabi.extab ${RELOCATING-0} : { *(.c6xabi.extab${RELOCATING+* .gnu.linkonce.c6xabiextab.*}) }
35 .c6xabi.exidx ${RELOCATING-0} :
37 ${RELOCATING+PROVIDE_HIDDEN (__exidx_start = .);}
38 *(.c6xabi.exidx${RELOCATING+* .gnu.linkonce.c6xabiexidx.*})
39 ${RELOCATING+PROVIDE_HIDDEN (__exidx_end = .);}
41 OTHER_SDATA_SECTIONS=".rodata ${RELOCATING-0} : { *(.rodata${RELOCATING+ .rodata.*}) }"
43 .rel.rodata ${RELOCATING-0} : { *(.rel.rodata${RELOCATING+ .rel.rodata.*}) }
44 .rela.rodata ${RELOCATING-0} : { *(.rela.rodata${RELOCATING+ .rela.rodata.*}) }"
45 OTHER_READWRITE_SECTIONS=".fardata ${RELOCATING-0} : { *(.fardata${RELOCATING+ .fardata.*}) }"
47 .rel.fardata ${RELOCATING-0} : { *(.rel.fardata${RELOCATING+ .rel.fardata.*}) }
48 .rela.fardata ${RELOCATING-0} : { *(.rela.fardata${RELOCATING+ .rela.fardata.*}) }"
49 # For relocating operation, skip OTHER_BSS_SECTIONS, or will cause multiple definition.
50 if [ ${RELOCATING-0} ]; then