Home
last modified time | relevance | path

Searched refs:STO_PPC64_LOCAL_BIT (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
DELF.h384 STO_PPC64_LOCAL_BIT = 5, enumerator
385 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()
/external/elfutils/libelf/
Delf.h2422 #define STO_PPC64_LOCAL_BIT 5 macro
2423 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT)
2425 (((1 << (((other) & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT)) >> 2) << 2)
/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c712 #define STO_PPC64_LOCAL_BIT 5 in get_elf_symbol_info() macro
713 #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()