Home
last modified time | relevance | path

Searched refs:STO_PPC64_LOCAL_BIT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp378 return 1 << ELF::STO_PPC64_LOCAL_BIT; in encodePPC64LocalEntryOffset()
384 return Log2_32(Offset) << ELF::STO_PPC64_LOCAL_BIT; in encodePPC64LocalEntryOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h412 STO_PPC64_LOCAL_BIT = 5, enumerator
413 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)
416 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in decodePPC64LocalEntryOffset()