Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCMCTargetDesc.cpp315 Other &= ~ELF::STO_PPC64_LOCAL_MASK; in emitLocalEntry()
357 Other &= ~ELF::STO_PPC64_LOCAL_MASK; in copyLocalEntry()
358 Other |= RhsSym.getOther() & ELF::STO_PPC64_LOCAL_MASK; in copyLocalEntry()
HDPPCAsmBackend.cpp183 if ((Other & ELF::STO_PPC64_LOCAL_MASK) != 0) in shouldForceRelocation()
HDPPCELFObjectWriter.cpp490 return (Other & ELF::STO_PPC64_LOCAL_MASK) != 0; in needsRelocateWithSymbol()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h413 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT) enumerator
416 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in decodePPC64LocalEntryOffset()