Home
last modified time | relevance | path

Searched refs:applyPPCha (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp907 static inline uint16_t applyPPCha (uint64_t value) { in applyPPCha() function
942 writeInt16BE(LocalAddress, applyPPCha(Value + Addend)); in resolvePPC32Relocation()
971 writeInt16BE(LocalAddress, applyPPCha(Value + Addend)); in resolvePPC64Relocation()
1004 writeInt16BE(LocalAddress, applyPPCha(Delta)); in resolvePPC64Relocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp681 static inline uint16_t applyPPCha (uint64_t value) { in applyPPCha() function
716 writeInt16BE(LocalAddress, applyPPCha(Value + Addend)); in resolvePPC32Relocation()
747 writeInt16BE(LocalAddress, applyPPCha(Value + Addend)); in resolvePPC64Relocation()
780 writeInt16BE(LocalAddress, applyPPCha(Delta)); in resolvePPC64Relocation()