Searched refs:STO_PPC64_LOCAL_MASK (Results 1 – 4 of 4) sorted by relevance
315 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()
183 if ((Other & ELF::STO_PPC64_LOCAL_MASK) != 0) in shouldForceRelocation()
490 return (Other & ELF::STO_PPC64_LOCAL_MASK) != 0; in needsRelocateWithSymbol()
413 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT) enumerator416 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in decodePPC64LocalEntryOffset()