Home
last modified time | relevance | path

Searched refs:STO_PPC64_LOCAL_MASK (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp163 Other &= ~ELF::STO_PPC64_LOCAL_MASK; in emitLocalEntry()
182 Other &= ~ELF::STO_PPC64_LOCAL_MASK; in emitAssignment()
183 Other |= RhsSym.getOther() & ELF::STO_PPC64_LOCAL_MASK; in emitAssignment()
DPPCAsmBackend.cpp150 if ((Other & ELF::STO_PPC64_LOCAL_MASK) != 0) in processFixupValue()
DPPCELFObjectWriter.cpp415 return (Other & ELF::STO_PPC64_LOCAL_MASK) != 0; in needsRelocateWithSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp178 Other &= ~ELF::STO_PPC64_LOCAL_MASK; in emitLocalEntry()
215 Other &= ~ELF::STO_PPC64_LOCAL_MASK; in copyLocalEntry()
216 Other |= RhsSym.getOther() & ELF::STO_PPC64_LOCAL_MASK; in copyLocalEntry()
DPPCAsmBackend.cpp159 if ((Other & ELF::STO_PPC64_LOCAL_MASK) != 0) in shouldForceRelocation()
DPPCELFObjectWriter.cpp440 return (Other & ELF::STO_PPC64_LOCAL_MASK) != 0; in needsRelocateWithSymbol()
/external/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp192 Other &= ~ELF::STO_PPC64_LOCAL_MASK; in emitLocalEntry()
233 Other &= ~ELF::STO_PPC64_LOCAL_MASK; in copyLocalEntry()
234 Other |= RhsSym.getOther() & ELF::STO_PPC64_LOCAL_MASK; in copyLocalEntry()
DPPCAsmBackend.cpp177 if ((Other & ELF::STO_PPC64_LOCAL_MASK) != 0) in shouldForceRelocation()
DPPCELFObjectWriter.cpp481 return (Other & ELF::STO_PPC64_LOCAL_MASK) != 0; in needsRelocateWithSymbol()
/external/llvm/include/llvm/Support/
DELF.h391 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT) enumerator
395 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in decodePPC64LocalEntryOffset()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h390 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT) enumerator
393 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in decodePPC64LocalEntryOffset()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h390 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT) enumerator
393 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in decodePPC64LocalEntryOffset()
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h400 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT) enumerator
403 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in decodePPC64LocalEntryOffset()
/external/kmod/port-gnu/
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/elfutils/libelf/
Delf.h2666 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT) macro
2668 (((1 << (((other) & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT)) >> 2) << 2)