Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h389 STO_PPC64_LOCAL_BIT = 5, enumerator
390 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h389 STO_PPC64_LOCAL_BIT = 5, enumerator
390 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()
/third_party/elfutils/libelf/
Delf.h2705 #define STO_PPC64_LOCAL_BIT 5 macro
2706 #define STO_PPC64_LOCAL_MASK (7 << STO_PPC64_LOCAL_BIT)
2708 (((1 << (((other) & STO_PPC64_LOCAL_MASK) >> STO_PPC64_LOCAL_BIT)) >> 2) << 2)
/third_party/musl/ndk_musl_include/
Delf.h2297 #define STO_PPC64_LOCAL_BIT 5 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h2297 #define STO_PPC64_LOCAL_BIT 5 macro
/third_party/musl/include/
Delf.h2301 #define STO_PPC64_LOCAL_BIT 5 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h2297 #define STO_PPC64_LOCAL_BIT 5 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h2297 #define STO_PPC64_LOCAL_BIT 5 macro
/third_party/musl/porting/linux/user/include/
Delf.h2305 #define STO_PPC64_LOCAL_BIT 5 macro