Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp506 writeInt16BE(LocalAddress, applyPPClo (Value + Addend)); in resolvePPC64Relocation()
509 writeInt16BE(LocalAddress, applyPPChi (Value + Addend)); in resolvePPC64Relocation()
512 writeInt16BE(LocalAddress, applyPPChigher (Value + Addend)); in resolvePPC64Relocation()
515 writeInt16BE(LocalAddress, applyPPChighest (Value + Addend)); in resolvePPC64Relocation()
521 writeInt16BE(LocalAddress + 2, (aalk & 3) | ((Value + Addend) & 0xfffc)); in resolvePPC64Relocation()
553 writeInt16BE(LocalAddress, applyPPClo(Value)); in resolvePPC64Relocation()
558 writeInt16BE(LocalAddress, applyPPClo(Value)); in resolvePPC64Relocation()
DRuntimeDyldImpl.h204 void writeInt16BE(uint8_t *Addr, uint16_t Value) { in writeInt16BE() function