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.25/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_arm64.sh 32 "-Wl,-z,nocopyreloc"
conf_mips.sh 32 "-Wl,-z,nocopyreloc"
conf_arm.sh 32 "-Wl,-z,nocopyreloc"
conf_x86.sh 32 "-Wl,-z,nocopyreloc"
conf_x86_64.sh 32 "-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"
  /external/opencv3/platforms/linux/
arm-gnueabi.toolchain.cmake 20 set(CMAKE_EXE_LINKER_FLAGS "-Wl,-z,nocopyreloc" CACHE STRING "executable linker flags")
  /external/v8/build/config/gcc/
BUILD.gn 75 "-Wl,-z,nocopyreloc",
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
comm-data.exp 75 # loadable sections; see also the "-z nocopyreloc" command-line
  /external/mksh/
mkmf.sh 111 -Wl,-z,nocopyreloc \
Makefrag.inc 14 LDFLAGS= -nostdlib -Bdynamic -fPIE -pie -Wl,-dynamic-linker,/system/bin/linker -Wl,--gc-sections -Wl,-z,nocopyreloc -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now -Wl,--warn-shared-textrel -Wl,--fatal-warnings -Wl,--no-undefined /huge-ssd/aosp-arm64/out/target/product/flounder/obj/lib/crtbegin_dynamic.o
  /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
  /ndk/build/core/
default-build-commands.mk 90 -Wl,-z,nocopyreloc \
  /ndk/build/tools/
build-gdbserver.sh 201 export LDFLAGS="-static -Wl,-z,nocopyreloc -Wl,--no-undefined" &&
  /toolchain/binutils/binutils-2.25/gold/
copy-relocs.cc 113 // We should not be here if -z nocopyreloc is given.
  /toolchain/binutils/binutils-2.25/ld/emultempl/
mipself.em 224 && !link_info.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.25/bfd/
elf32-lm32.c     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfdlink.h 274 unsigned int nocopyreloc: 1;
272 unsigned int nocopyreloc: 1; member in struct:bfd_link_info

Completed in 670 milliseconds

1 2 3