Searched refs:STO_PPC64_LOCAL_BIT (Results 1 – 3 of 3) sorted by relevance
384 STO_PPC64_LOCAL_BIT = 5, enumerator385 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)389 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in decodePPC64LocalEntryOffset()401 return Val << STO_PPC64_LOCAL_BIT; in encodePPC64LocalEntryOffset()
2422 #define STO_PPC64_LOCAL_BIT 5 macro2423 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT)2425 (((1 << (((other) & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT)) >> 2) << 2)
712 #define STO_PPC64_LOCAL_BIT 5 in get_elf_symbol_info() macro713 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT) in get_elf_symbol_info()717 bit_field = (sym->st_other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in get_elf_symbol_info()