HomeSort by relevance Sort by last modified time
    Searched refs:DF_SYMBOLIC (Results 1 - 18 of 18) sorted by null

  /bionic/libc/include/
elf.h 52 #define DF_SYMBOLIC 0x00000002
  /development/ndk/platforms/android-L/include/
elf.h 52 #define DF_SYMBOLIC 0x00000002
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
elf.h 52 #define DF_SYMBOLIC 0x00000002
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
elf.h 52 #define DF_SYMBOLIC 0x00000002
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
elf.h 52 #define DF_SYMBOLIC 0x00000002
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_shared_library.cpp 25 #ifndef DF_SYMBOLIC
26 #define DF_SYMBOLIC 2
269 if (dyn_value & DF_SYMBOLIC)
crazy_linker_elf_relocations.cpp 21 #ifndef DF_SYMBOLIC
22 #define DF_SYMBOLIC 2
218 if (dyn_value & DF_SYMBOLIC)
  /ndk/sources/android/crazy_linker/src/
crazy_linker_shared_library.cpp 25 #ifndef DF_SYMBOLIC
26 #define DF_SYMBOLIC 2
269 if (dyn_value & DF_SYMBOLIC)
crazy_linker_elf_relocations.cpp 21 #ifndef DF_SYMBOLIC
22 #define DF_SYMBOLIC 2
218 if (dyn_value & DF_SYMBOLIC)
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 169 dt_flags |= llvm::ELF::DF_SYMBOLIC;
293 dt_flags |= llvm::ELF::DF_SYMBOLIC;
  /external/elfutils/0.153/src/
ld.c 1062 ld_state.dt_flags |= DF_SYMBOLIC;
    [all...]
readelf.c     [all...]
  /art/runtime/
elf.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/elfutils/0.153/libelf/
elf.h 767 #define DF_SYMBOLIC 0x00000002 /* Symbol resolutions starts here */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 755 #define DF_SYMBOLIC 0x00000002 /* Symbol resolutions starts here */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 755 #define DF_SYMBOLIC 0x00000002 /* Symbol resolutions starts here */
    [all...]
  /bionic/linker/
linker.cpp     [all...]

Completed in 559 milliseconds