HomeSort by relevance Sort by last modified time
    Searched defs:STO_MIPS_PLT (Results 1 - 8 of 8) 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 537 STO_MIPS_PLT = 0x08, // PLT entry related dynamic table record
    [all...]
  /art/runtime/
elf.h     [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /external/kmod/port-gnu/
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...]

Completed in 65 milliseconds