HomeSort by relevance Sort by last modified time
    Searched defs:STO_PPC64_LOCAL_MASK (Results 1 - 3 of 3) sorted by null

  /external/valgrind/coregrind/m_debuginfo/
readelf.c 699 * (other_field & STO_PPC64_LOCAL_MASK) >> STO_PPC_LOCAL_BIT
710 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT)
714 bit_field = (sym->st_other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT;
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 383 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT)
387 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT;
    [all...]
  /external/elfutils/src/libelf/
elf.h     [all...]

Completed in 272 milliseconds