Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp308 Other &= ~ELF::STO_PPC64_LOCAL_MASK; in emitLocalEntry()
349 Other &= ~ELF::STO_PPC64_LOCAL_MASK; in copyLocalEntry()
350 Other |= RhsSym.getOther() & ELF::STO_PPC64_LOCAL_MASK; in copyLocalEntry()
H A DPPCAsmBackend.cpp183 if ((Other & ELF::STO_PPC64_LOCAL_MASK) != 0) in shouldForceRelocation()
H A DPPCELFObjectWriter.cpp490 return (Other & ELF::STO_PPC64_LOCAL_MASK) != 0; in needsRelocateWithSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h410 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT) enumerator
413 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in decodePPC64LocalEntryOffset()