Searched refs:STO_PPC64_LOCAL_MASK (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp163 Other &= ~ELF::STO_PPC64_LOCAL_MASK;
182 Other &= ~ELF::STO_PPC64_LOCAL_MASK;
183 Other |= RhsSym.getOther() & ELF::STO_PPC64_LOCAL_MASK;
H A DPPCAsmBackend.cpp150 if ((Other & ELF::STO_PPC64_LOCAL_MASK) != 0)
H A DPPCELFObjectWriter.cpp415 return (Other & ELF::STO_PPC64_LOCAL_MASK) != 0;
/external/llvm/include/llvm/Support/
H A DELF.h391 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT) enumerator in enum:llvm::ELF::__anon12468
395 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h390 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT) enumerator in enum:llvm::ELF::__anon20512
393 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT;
/external/elfutils/libelf/
H A Delf.h2423 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT) macro
2425 (((1 << (((other) & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT)) >> 2) << 2)
/external/kmod/port-gnu/
H A Delf.h2422 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT) macro
2424 (((1 << (((other) & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT)) >> 2) << 2)
/external/valgrind/coregrind/m_debuginfo/
H A Dreadelf.c738 * (other_field & STO_PPC64_LOCAL_MASK) >> STO_PPC_LOCAL_BIT
749 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT) macro
753 bit_field = (sym->st_other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT;

Completed in 160 milliseconds