HomeSort by: relevance | last modified time | path
    Searched refs:RELOCATING (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/binutils/dist/ld/emulparams/
arc-nps.sh 1 if test -n "${RELOCATING}"; then
elf32lppclinux.sh 5 test -z "${RELOCATING}" || OTHER_SECTIONS="/DISCARD/ : { *(.fixup) }"
7 .got1 ${RELOCATING-0} : { *(.got1) }
8 .got2 ${RELOCATING-0} : { *(.got2) }"
elf32ppclinux.sh 5 test -z "${RELOCATING}" || OTHER_SECTIONS="/DISCARD/ : { *(.fixup) }"
7 .got1 ${RELOCATING-0} : { *(.got1) }
8 .got2 ${RELOCATING-0} : { *(.got2) }"
elf32mep.sh 11 if test -n "${RELOCATING}"; then
elf32metag.sh 15 test -n "${RELOCATING}" && OTHER_SECTIONS="
elf32_tic6x_le.sh 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.*}) }
    [all...]
elf64ppc.sh 19 .tocbss ${RELOCATING-0} :${RELOCATING+ ALIGN(8)} { *(.tocbss)}"
21 if test x${RELOCATING+set} = xset; then
31 .rela.opd ${RELOCATING-0} : { *(.rela.opd) }"
33 .rela.toc ${RELOCATING-0} : { *(.rela.toc) }
34 .rela.toc1 ${RELOCATING-0} : { *(.rela.toc1) }
35 .rela.tocbss ${RELOCATING-0} : { *(.rela.tocbss) }
36 .rela.branch_lt ${RELOCATING-0} : { *(.rela.branch_lt) }"
58 .opd ${RELOCATING-0} :${RELOCATING+ ALIGN(8)} { KEEP (*(.opd))
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/emulparams/
arc-nps.sh 1 if test -n "${RELOCATING}"; then
elf32lppclinux.sh 5 test -z "${RELOCATING}" || OTHER_SECTIONS="/DISCARD/ : { *(.fixup) }"
7 .got1 ${RELOCATING-0} : { *(.got1) }
8 .got2 ${RELOCATING-0} : { *(.got2) }"
elf32ppclinux.sh 5 test -z "${RELOCATING}" || OTHER_SECTIONS="/DISCARD/ : { *(.fixup) }"
7 .got1 ${RELOCATING-0} : { *(.got1) }
8 .got2 ${RELOCATING-0} : { *(.got2) }"
elf32mep.sh 11 if test -n "${RELOCATING}"; then
elf32metag.sh 15 test -n "${RELOCATING}" && OTHER_SECTIONS="
elf32_tic6x_le.sh 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.*}) }
    [all...]
elf64ppc.sh 19 .tocbss ${RELOCATING-0} :${RELOCATING+ ALIGN(8)} { *(.tocbss)}"
21 if test x${RELOCATING+set} = xset; then
31 .rela.opd ${RELOCATING-0} : { *(.rela.opd) }"
33 .rela.toc ${RELOCATING-0} : { *(.rela.toc) }
34 .rela.toc1 ${RELOCATING-0} : { *(.rela.toc1) }
35 .rela.tocbss ${RELOCATING-0} : { *(.rela.tocbss) }
36 .rela.branch_lt ${RELOCATING-0} : { *(.rela.branch_lt) }"
58 .opd ${RELOCATING-0} :${RELOCATING+ ALIGN(8)} { KEEP (*(.opd))
    [all...]
  /src/external/gpl3/binutils/dist/ld/scripttempl/
elfarcv2.sc 15 test -z "$GOT" && GOT=".got ${RELOCATING-0} : {${RELOCATING+ *(.got.plt)} *(.got) } ${RELOCATING+ > ${DATA_MEMORY}}"
46 } ${RELOCATING+ > ${DATA_MEMORY}}"
55 } ${RELOCATING+ > ${DATA_MEMORY}}"
63 ${RELOCATING+ PROVIDE (__ivtbase_addr = .); }
65 } ${RELOCATING+ > ${STARTUP_MEMORY}}"
68 SBSS=".sbss ${RELOCATING-0} :
70 ${RELOCATING+PROVIDE (__sbss_start = .);}
71 ${RELOCATING+PROVIDE (___sbss_start = .);
    [all...]
elfarc.sc 10 # OTHER_TEXT_SECTIONS - these get put in .text when relocating
85 INTERP=".interp ${RELOCATING-0} : { *(.interp) }"
86 PLT=".plt ${RELOCATING-0} : { *(.plt) }"
87 test -z "$GOT" && GOT=".got ${RELOCATING-0} : {${RELOCATING+ *(.got.plt)} *(.got) }"
88 DYNAMIC=".dynamic ${RELOCATING-0} : { *(.dynamic) }"
89 RODATA=".rodata ${RELOCATING-0} : { *(.rodata${RELOCATING+ .rodata.* .gnu.linkonce.r.*}) }"
92 SBSS=".sbss ${RELOCATING-0} :
94 ${RELOCATING+PROVIDE (__sbss_start = .);
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/scripttempl/
elfarcv2.sc 15 test -z "$GOT" && GOT=".got ${RELOCATING-0} : {${RELOCATING+ *(.got.plt)} *(.got) } ${RELOCATING+ > ${DATA_MEMORY}}"
46 } ${RELOCATING+ > ${DATA_MEMORY}}"
55 } ${RELOCATING+ > ${DATA_MEMORY}}"
63 ${RELOCATING+ PROVIDE (__ivtbase_addr = .); }
65 } ${RELOCATING+ > ${STARTUP_MEMORY}}"
68 SBSS=".sbss ${RELOCATING-0} :
70 ${RELOCATING+PROVIDE (__sbss_start = .);}
71 ${RELOCATING+PROVIDE (___sbss_start = .);
    [all...]
elfarc.sc 10 # OTHER_TEXT_SECTIONS - these get put in .text when relocating
85 INTERP=".interp ${RELOCATING-0} : { *(.interp) }"
86 PLT=".plt ${RELOCATING-0} : { *(.plt) }"
87 test -z "$GOT" && GOT=".got ${RELOCATING-0} : {${RELOCATING+ *(.got.plt)} *(.got) }"
88 DYNAMIC=".dynamic ${RELOCATING-0} : { *(.dynamic) }"
89 RODATA=".rodata ${RELOCATING-0} : { *(.rodata${RELOCATING+ .rodata.* .gnu.linkonce.r.*}) }"
92 SBSS=".sbss ${RELOCATING-0} :
94 ${RELOCATING+PROVIDE (__sbss_start = .);
    [all...]
  /src/external/gpl3/binutils/dist/ld/
genscripts.sh 334 RELOCATING=" "
  /src/external/gpl3/binutils.old/dist/ld/
genscripts.sh 333 RELOCATING=" "

Completed in 53 milliseconds