Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp224 Other &= ~ELF::STO_PPC64_LOCAL_MASK; in emitLocalEntry()
265 Other &= ~ELF::STO_PPC64_LOCAL_MASK; in copyLocalEntry()
266 Other |= RhsSym.getOther() & ELF::STO_PPC64_LOCAL_MASK; in copyLocalEntry()
H A DPPCAsmBackend.cpp179 if ((Other & ELF::STO_PPC64_LOCAL_MASK) != 0) in shouldForceRelocation()
H A DPPCELFObjectWriter.cpp483 return (Other & ELF::STO_PPC64_LOCAL_MASK) != 0; in needsRelocateWithSymbol()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h409 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT) enumerator
412 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in decodePPC64LocalEntryOffset()