HomeSort by relevance Sort by last modified time
    Searched full:nocopyreloc (Results 1 - 25 of 64) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
comm-data.exp 39 set ZFLAG [string map [list copyreloc "" nocopyreloc "-z $reloc"] $reloc]
85 set relocs { copyreloc nocopyreloc }
  /external/jemalloc/android/scripts/
conf_mips.sh 32 "-Wl,-z,nocopyreloc"
conf_arm.sh 33 "-Wl,-z,nocopyreloc"
conf_arm64.sh 33 "-Wl,-z,nocopyreloc"
conf_x86.sh 33 "-Wl,-z,nocopyreloc"
conf_x86_64.sh 33 "-Wl,-z,nocopyreloc"
  /frameworks/compile/mclinker/include/mcld/MC/
ZOption.h 31 NoCopyReloc,
  /external/libunwind/android/
conf_arm.sh 43 "-Wl,-z,nocopyreloc"
conf_mips.sh 41 "-Wl,-z,nocopyreloc"
conf_x86.sh 44 "-Wl,-z,nocopyreloc"
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
comm-data.exp 78 # loadable sections; see also the "-z nocopyreloc" command-line
  /external/perfetto/gn/standalone/
BUILD.gn 127 "-Wl,-z,nocopyreloc",
  /frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp 108 case ZOption::NoCopyReloc:
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/build/android/
shared.mk 69 #--yd LLINK += -Wl,-dynamic-linker,/system/bin/linker64 -Wl,-z,nocopyreloc
  /toolchain/binutils/binutils-2.27/ld/emultempl/
mipself.em 220 && !link_info.nocopyreloc
  /toolchain/binutils/binutils-2.27/gold/
copy-relocs.cc 117 // We should not be here if -z nocopyreloc is given.
  /build/soong/cc/
binary.go 271 "-Wl,-z,nocopyreloc",
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 354 bool m_bNoCopyReloc : 1; // nocopyreloc
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 429 .Case("nocopyreloc", mcld::ZOption(mcld::ZOption::NoCopyReloc))
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-lm32.c     [all...]
elf32-s390.c     [all...]
elf64-s390.c     [all...]
  /toolchain/binutils/binutils-2.27/include/
bfdlink.h 317 unsigned int nocopyreloc: 1;
315 unsigned int nocopyreloc: 1; member in struct:bfd_link_info
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
NEWS 400 * Support for -z nocopyreloc in the x86 ELF linker, which disables
ChangeLog-0001 496 -z nocopyreloc and -z nocombreloc usage strings.
500 * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
538 * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
539 * NEWS: Mention -z nocopyreloc.
540 * ld.texinfo (Options): Describe nocopyreloc.
    [all...]

Completed in 1663 milliseconds

1 2 3