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

  /bionic/libc/include/
elf.h 63 #define DT_FLAGS 30
  /development/ndk/platforms/android-L/include/
elf.h 63 #define DT_FLAGS 30
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
elf.h 63 #define DT_FLAGS 30
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
elf.h 63 #define DT_FLAGS 30
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
elf.h 63 #define DT_FLAGS 30
  /art/runtime/
elf_utils.h 47 #define DT_FLAGS 30
108 case DT_FLAGS: {
elf.h     [all...]
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_shared_library.cpp 49 #ifndef DT_FLAGS
50 #define DT_FLAGS 30
268 case DT_FLAGS:
crazy_linker_elf_relocations.cpp 29 #ifndef DT_FLAGS
30 #define DT_FLAGS 30
215 case DT_FLAGS:
220 RLOG(" DT_FLAGS has_text_relocations=%s has_symbolic=%s\n",
  /ndk/sources/android/crazy_linker/src/
crazy_linker_shared_library.cpp 49 #ifndef DT_FLAGS
50 #define DT_FLAGS 30
268 case DT_FLAGS:
crazy_linker_elf_relocations.cpp 29 #ifndef DT_FLAGS
30 #define DT_FLAGS 30
215 case DT_FLAGS:
220 RLOG(" DT_FLAGS has_text_relocations=%s has_symbolic=%s\n",
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 165 uint64_t dt_flags = 0x0; local
167 dt_flags |= llvm::ELF::DF_ORIGIN;
169 dt_flags |= llvm::ELF::DF_SYMBOLIC;
171 dt_flags |= llvm::ELF::DF_BIND_NOW;
173 dt_flags |= llvm::ELF::DF_TEXTREL;
176 dt_flags |= llvm::ELF::DF_STATIC_TLS;
178 if ((m_Config.options().hasNewDTags() && 0x0 != dt_flags) ||
179 0 != (dt_flags & llvm::ELF::DF_STATIC_TLS))
180 reserveOne(llvm::ELF::DT_FLAGS); // DT_FLAGS
289 uint64_t dt_flags = 0x0; local
    [all...]
  /external/elfutils/0.153/src/
findtextrel.c 306 || (dyn->d_tag == DT_FLAGS
elflint.c     [all...]
ldgeneric.c     [all...]
readelf.c 1249 } dt_flags[] = variable in typeref:struct:flags
    [all...]
  /external/qemu/include/
elf.h 165 #define DT_FLAGS 30
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 907 case DT_FLAGS:
    [all...]
  /external/elfutils/0.153/libelf/
elf.h 688 #define DT_FLAGS 30 /* Flags for the object being loaded */
765 /* Values of `d_un.d_val' in the DT_FLAGS entry. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 676 #define DT_FLAGS 30 /* Flags for the object being loaded */
753 /* Values of `d_un.d_val' in the DT_FLAGS entry. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 676 #define DT_FLAGS 30 /* Flags for the object being loaded */
753 /* Values of `d_un.d_val' in the DT_FLAGS entry. */
    [all...]
  /bionic/linker/
linker.cpp     [all...]

Completed in 2346 milliseconds