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

  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 171 dt_flags |= llvm::ELF::DF_TEXTREL;
288 dt_flags |= llvm::ELF::DF_TEXTREL;
  /external/elfutils/src/
findtextrel.c 297 && (dyn->d_un.d_val & DF_TEXTREL) != 0))
i386_ld.c 594 statep->dt_flags |= DF_TEXTREL;
    [all...]
elflint.c     [all...]
readelf.c     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 747 #define DF_TEXTREL 0x00000004 /* Object contains text relocations */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 747 #define DF_TEXTREL 0x00000004 /* Object contains text relocations */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 747 #define DF_TEXTREL 0x00000004 /* Object contains text relocations */
    [all...]
  /bionic/linker/
linker.cpp     [all...]
  /external/elfutils/libelf/
elf.h 762 #define DF_TEXTREL 0x00000004 /* Object contains text relocations */
    [all...]

Completed in 287 milliseconds