Home
last modified time | relevance | path

Searched refs:STO_PPC64_LOCAL_MASK (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp178 Other &= ~ELF::STO_PPC64_LOCAL_MASK; in emitLocalEntry()
201 Other &= ~ELF::STO_PPC64_LOCAL_MASK; in emitAssignment()
202 Other |= (MCELF::getOther(Data) << 2) & ELF::STO_PPC64_LOCAL_MASK; in emitAssignment()
DPPCAsmBackend.cpp150 if ((Other & ELF::STO_PPC64_LOCAL_MASK) != 0) in processFixupValue()
DPPCELFObjectWriter.cpp411 return (Other & ELF::STO_PPC64_LOCAL_MASK) != 0; in needsRelocateWithSymbol()
/external/llvm/include/llvm/Support/
DELF.h383 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT) enumerator
387 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in decodePPC64LocalEntryOffset()
/external/elfutils/src/libelf/
Delf.h2294 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT) macro
2296 (((1 << (((other) & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT)) >> 2) << 2)
/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c710 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT) in get_elf_symbol_info() macro
714 bit_field = (sym->st_other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in get_elf_symbol_info()