Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp708 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC64Relocation()
711 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3); in resolvePPC64Relocation()
714 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC64Relocation()
717 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3); in resolvePPC64Relocation()
720 writeInt16BE(LocalAddress, applyPPChi(Value + Addend)); in resolvePPC64Relocation()
723 writeInt16BE(LocalAddress, applyPPCha(Value + Addend)); in resolvePPC64Relocation()
726 writeInt16BE(LocalAddress, applyPPChigher(Value + Addend)); in resolvePPC64Relocation()
729 writeInt16BE(LocalAddress, applyPPChighera(Value + Addend)); in resolvePPC64Relocation()
732 writeInt16BE(LocalAddress, applyPPChighest(Value + Addend)); in resolvePPC64Relocation()
735 writeInt16BE(LocalAddress, applyPPChighesta(Value + Addend)); in resolvePPC64Relocation()
[all …]
DRuntimeDyld.cpp731 writeInt16BE(Addr, 0xC418); // lgrl %r1,.+8 in createStubFunction()
732 writeInt16BE(Addr+2, 0x0000); in createStubFunction()
733 writeInt16BE(Addr+4, 0x0004); in createStubFunction()
734 writeInt16BE(Addr+6, 0x07F1); // brc 15,%r1 in createStubFunction()
DRuntimeDyldImpl.h277 void writeInt16BE(uint8_t *Addr, uint16_t Value) { in writeInt16BE() function