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

  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 163 uint64_t dt_flags = 0x0; local
165 dt_flags |= llvm::ELF::DF_ORIGIN;
167 dt_flags |= llvm::ELF::DF_SYMBOLIC;
169 dt_flags |= llvm::ELF::DF_BIND_NOW;
171 dt_flags |= llvm::ELF::DF_TEXTREL;
174 dt_flags |= llvm::ELF::DF_STATIC_TLS;
176 if ((m_Config.options().hasNewDTags() && 0x0 != dt_flags) ||
177 0 != (dt_flags & llvm::ELF::DF_STATIC_TLS))
178 reserveOne(llvm::ELF::DT_FLAGS); // DT_FLAGS
280 uint64_t dt_flags = 0x0; local
    [all...]
  /art/compiler/
elf_fixup.cc 121 case ::llvm::ELF::DT_FLAGS: {
  /external/elfutils/src/
findtextrel.c 296 || (dyn->d_tag == DT_FLAGS
elflint.c     [all...]
readelf.c 1174 } dt_flags[] = variable in typeref:struct:flags
    [all...]
ldgeneric.c     [all...]
  /bionic/linker/
linker.cpp     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/qemu/
elf.h 159 #define DT_FLAGS 30
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 667 #define DT_FLAGS 30 /* Flags for the object being loaded */
744 /* Values of `d_un.d_val' in the DT_FLAGS entry. */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 667 #define DT_FLAGS 30 /* Flags for the object being loaded */
744 /* Values of `d_un.d_val' in the DT_FLAGS entry. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 667 #define DT_FLAGS 30 /* Flags for the object being loaded */
744 /* Values of `d_un.d_val' in the DT_FLAGS entry. */
    [all...]
  /external/elfutils/libelf/
elf.h 682 #define DT_FLAGS 30 /* Flags for the object being loaded */
759 /* Values of `d_un.d_val' in the DT_FLAGS entry. */
    [all...]

Completed in 304 milliseconds