Searched refs:STO_PPC64_LOCAL_MASK (Results 1 – 12 of 12) sorted by relevance
178 Other &= ~ELF::STO_PPC64_LOCAL_MASK; in emitLocalEntry()215 Other &= ~ELF::STO_PPC64_LOCAL_MASK; in copyLocalEntry()216 Other |= RhsSym.getOther() & ELF::STO_PPC64_LOCAL_MASK; in copyLocalEntry()
159 if ((Other & ELF::STO_PPC64_LOCAL_MASK) != 0) in shouldForceRelocation()
440 return (Other & ELF::STO_PPC64_LOCAL_MASK) != 0; in needsRelocateWithSymbol()
390 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT) enumerator393 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in decodePPC64LocalEntryOffset()
2706 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT) macro2708 (((1 << (((other) & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT)) >> 2) << 2)
2298 #define STO_PPC64_LOCAL_MASK 0xe0 macro
2302 #define STO_PPC64_LOCAL_MASK 0xe0 macro
2306 #define STO_PPC64_LOCAL_MASK 0xe0 macro