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

  /toolchain/binutils/binutils-2.25/elfcpp/
mips.h 304 // with STO_MIPS_PLT to distinguish them from the latter.
305 STO_MIPS_PLT = 0x8,
  /toolchain/binutils/binutils-2.25/include/elf/
mips.h 837 with STO_MIPS_PLT to distinguish them from the latter. */
838 #define STO_MIPS_PLT 0x8
842 : ((other) & STO_MIPS_FLAGS)) == STO_MIPS_PLT)
846 : ((other) & ~STO_MIPS_FLAGS)) | STO_MIPS_PLT)
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 530 STO_MIPS_PLT = 0x08, // PLT entry related dynamic table record
    [all...]
  /external/llvm/lib/Object/
ELFYAML.cpp 464 BCase(STO_MIPS_PLT)
  /art/runtime/
elf.h     [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h     [all...]
  /toolchain/binutils/binutils-2.25/gold/
mips.cc 1098 // (st_other & (STO_MIPS16 | ~STO_MIPS_FLAGS)) | STO_MIPS_PLT
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c     [all...]

Completed in 125 milliseconds