Searched refs:STO_PPC64_LOCAL_BIT (Results 1 – 2 of 2) sorted by relevance
378 return 1 << ELF::STO_PPC64_LOCAL_BIT; in encodePPC64LocalEntryOffset()384 return Log2_32(Offset) << ELF::STO_PPC64_LOCAL_BIT; in encodePPC64LocalEntryOffset()
412 STO_PPC64_LOCAL_BIT = 5, enumerator413 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)416 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in decodePPC64LocalEntryOffset()