Searched refs:writeInt16BE (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 917 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC32Relocation() 920 writeInt16BE(LocalAddress, applyPPChi(Value + Addend)); in resolvePPC32Relocation() 923 writeInt16BE(LocalAddress, applyPPCha(Value + Addend)); in resolvePPC32Relocation() 937 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC64Relocation() 940 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3); in resolvePPC64Relocation() 943 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC64Relocation() 946 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3); in resolvePPC64Relocation() 949 writeInt16BE(LocalAddress, applyPPChi(Value + Addend)); in resolvePPC64Relocation() 952 writeInt16BE(LocalAddress, applyPPCha(Value + Addend)); in resolvePPC64Relocation() 955 writeInt16BE(LocalAddress, applyPPChigher(Value + Addend)); in resolvePPC64Relocation() [all …]
|
D | RuntimeDyld.cpp | 753 writeInt16BE(Addr, 0xC418); // lgrl %r1,.+8 in createStubFunction() 754 writeInt16BE(Addr+2, 0x0000); in createStubFunction() 755 writeInt16BE(Addr+4, 0x0004); in createStubFunction() 756 writeInt16BE(Addr+6, 0x07F1); // brc 15,%r1 in createStubFunction()
|
D | RuntimeDyldImpl.h | 320 void writeInt16BE(uint8_t *Addr, uint16_t Value) { in writeInt16BE() function
|