Home
last modified time | relevance | path

Searched refs:STO_PPC64_LOCAL_MASK (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp178 Other &= ~ELF::STO_PPC64_LOCAL_MASK;
215 Other &= ~ELF::STO_PPC64_LOCAL_MASK; in copyLocalEntry()
216 Other |= RhsSym.getOther() & ELF::STO_PPC64_LOCAL_MASK; in copyLocalEntry()
H A DPPCAsmBackend.cpp159 if ((Other & ELF::STO_PPC64_LOCAL_MASK) != 0)
H A DPPCELFObjectWriter.cpp440 return (Other & ELF::STO_PPC64_LOCAL_MASK) != 0; in needsRelocateWithSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h390 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT) enumerator
393 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in decodePPC64LocalEntryOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h390 STO_PPC64_LOCAL_MASK = (7 << STO_PPC64_LOCAL_BIT) enumerator
393 unsigned Val = (Other & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT; in decodePPC64LocalEntryOffset()
/third_party/elfutils/libelf/
H A Delf.h2706 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT) macro
2708 (((1 << (((other) & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT)) >> 2) << 2)
/third_party/musl/porting/linux/user/include/
H A Delf.h2307 #define STO_PPC64_LOCAL_MASK 0xe0 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h2298 #define STO_PPC64_LOCAL_MASK 0xe0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h2298 #define STO_PPC64_LOCAL_MASK 0xe0 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h2298 #define STO_PPC64_LOCAL_MASK 0xe0 macro
/third_party/musl/include/
H A Delf.h2334 #define STO_PPC64_LOCAL_MASK 0xe0 macro

Completed in 76 milliseconds