Searched refs:STO_PPC64_LOCAL_MASK (Results 1 – 4 of 4) sorted by relevance
224 Other &= ~ELF::STO_PPC64_LOCAL_MASK; in emitLocalEntry()265 Other &= ~ELF::STO_PPC64_LOCAL_MASK; in copyLocalEntry()266 Other |= RhsSym.getOther() & ELF::STO_PPC64_LOCAL_MASK; in copyLocalEntry()
179 if ((Other & ELF::STO_PPC64_LOCAL_MASK) != 0) in shouldForceRelocation()
483 return (Other & ELF::STO_PPC64_LOCAL_MASK) != 0; in needsRelocateWithSymbol()
409 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT) enumerator412 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in decodePPC64LocalEntryOffset()