Searched refs:STO_PPC64_LOCAL_MASK (Results 1 – 6 of 6) sorted by relevance
175 Other &= ~ELF::STO_PPC64_LOCAL_MASK; in emitLocalEntry()194 Other &= ~ELF::STO_PPC64_LOCAL_MASK; in emitAssignment()195 Other |= RhsSym.getOther() & ELF::STO_PPC64_LOCAL_MASK; in emitAssignment()
150 if ((Other & ELF::STO_PPC64_LOCAL_MASK) != 0) in processFixupValue()
415 return (Other & ELF::STO_PPC64_LOCAL_MASK) != 0; in needsRelocateWithSymbol()
385 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT) enumerator389 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in decodePPC64LocalEntryOffset()
2423 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT) macro2425 (((1 << (((other) & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT)) >> 2) << 2)
713 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT) in get_elf_symbol_info() macro717 bit_field = (sym->st_other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in get_elf_symbol_info()