Searched refs:SEPARATE_GOTPLT (Results 1 - 25 of 25) sorted by relevance

/haiku-buildtools/legacy/binutils/ld/emulparams/
H A Delf32ppc.sh9 SEPARATE_GOTPLT=0
H A Delf_i386.sh14 SEPARATE_GOTPLT=12
H A Delf_x86_64.sh16 SEPARATE_GOTPLT=24
/haiku-buildtools/binutils/ld/emulparams/
H A Delf64tilegx.sh20 SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 16 ? 16 : 0"
H A Delf32mb_linux.sh18 SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 12 ? 12 : 0"
H A Delf32mbel_linux.sh18 SEPARATE_GOTPLT=12
H A Delf32ppc.sh11 SEPARATE_GOTPLT=0
H A Delf32tilegx.sh19 SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 8 ? 8 : 0"
H A Delf32tilepro.sh20 SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 8 ? 8 : 0"
H A Daarch64cloudabi.sh20 SEPARATE_GOTPLT=24
H A Daarch64fbsd.sh20 SEPARATE_GOTPLT=24
H A Daarch64elf.sh22 SEPARATE_GOTPLT=24
H A Daarch64elf32.sh22 SEPARATE_GOTPLT=12
H A Darclinux.sh24 SEPARATE_GOTPLT=4
H A Daarch64linux.sh20 SEPARATE_GOTPLT=24
H A Daarch64linux32.sh20 SEPARATE_GOTPLT=12
H A Delf64ppc.sh46 SEPARATE_GOTPLT=0
H A Delf_i386.sh18 SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 12 ? 12 : 0"
H A Delf_k1om.sh22 SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 24 ? 24 : 0"
H A Delf_l1om.sh22 SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 24 ? 24 : 0"
H A Delf_iamcu.sh19 SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 12 ? 12 : 0"
H A Delf32_x86_64.sh22 SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 24 ? 24 : 0"
H A Delf_x86_64.sh22 SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 24 ? 24 : 0"
/haiku-buildtools/legacy/binutils/ld/scripttempl/
H A Delf.sc51 # SEPARATE_GOTPLT - if set, .got.plt should be separate output section,
96 test -n "$RELRO_NOW" && unset SEPARATE_GOTPLT
103 DATA_SEGMENT_RELRO_END=". = DATA_SEGMENT_RELRO_END (${SEPARATE_GOTPLT-0}, .);"
111 if test -z "$SEPARATE_GOTPLT"; then
168 test -n "$SEPARATE_GOTPLT" && SEPARATE_GOTPLT=" "
408 ${DATA_GOT+${RELRO_NOW-${SEPARATE_GOTPLT+${GOT}}}}
410 ${DATA_GOT+${RELRO_NOW-${SEPARATE_GOTPLT-${GOT}}}}
H A Delfxtensa.sc51 # SEPARATE_GOTPLT - if set, .got.plt should be separate output section,
93 test -n "$RELRO_NOW" && unset SEPARATE_GOTPLT
100 DATA_SEGMENT_RELRO_END=". = DATA_SEGMENT_RELRO_END (${SEPARATE_GOTPLT-0}, .);"
107 if test -z "$SEPARATE_GOTPLT"; then
162 test -n "$SEPARATE_GOTPLT" && SEPARATE_GOTPLT=" "
383 ${DATA_GOT+${RELRO_NOW-${SEPARATE_GOTPLT+${GOT}}}}
385 ${DATA_GOT+${RELRO_NOW-${SEPARATE_GOTPLT-${GOT}}}}

Completed in 63 milliseconds