Searched refs:STO_PPC64_LOCAL_BIT (Results 1 – 5 of 5) sorted by relevance
390 STO_PPC64_LOCAL_BIT = 5, enumerator391 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)395 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in decodePPC64LocalEntryOffset()407 return Val << STO_PPC64_LOCAL_BIT; in encodePPC64LocalEntryOffset()
389 STO_PPC64_LOCAL_BIT = 5, enumerator390 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)393 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in decodePPC64LocalEntryOffset()400 return Val << STO_PPC64_LOCAL_BIT; in encodePPC64LocalEntryOffset()
2421 #define STO_PPC64_LOCAL_BIT 5 macro2422 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT)2424 (((1 << (((other) & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT)) >> 2) << 2)
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)
748 #define STO_PPC64_LOCAL_BIT 5 in get_elf_symbol_info() macro749 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT) in get_elf_symbol_info()753 bit_field = (sym->st_other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in get_elf_symbol_info()