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

  /toolchain/binutils/binutils-2.25/include/elf/
ppc64.h 204 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT)
228 ppc64_decode_local_entry (((other) & STO_PPC64_LOCAL_MASK) \
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 175 Other &= ~ELF::STO_PPC64_LOCAL_MASK;
194 Other &= ~ELF::STO_PPC64_LOCAL_MASK;
195 Other |= RhsSym.getOther() & ELF::STO_PPC64_LOCAL_MASK;
PPCAsmBackend.cpp 150 if ((Other & ELF::STO_PPC64_LOCAL_MASK) != 0)
PPCELFObjectWriter.cpp 415 return (Other & ELF::STO_PPC64_LOCAL_MASK) != 0;
  /toolchain/binutils/binutils-2.25/elfcpp/
powerpc.h 249 STO_PPC64_LOCAL_MASK = 0xE0
  /external/llvm/include/llvm/Support/
ELF.h 385 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)
389 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT;
    [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ppc.c     [all...]
  /external/valgrind/coregrind/m_debuginfo/
readelf.c 702 * (other_field & STO_PPC64_LOCAL_MASK) >> STO_PPC_LOCAL_BIT
713 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT)
717 bit_field = (sym->st_other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
powerpc.cc     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf64-ppc.c     [all...]

Completed in 250 milliseconds