HomeSort by relevance Sort by last modified time
    Searched refs:writeInt16BE (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 757 writeInt16BE(LocalAddress, applyPPClo(Value + Addend));
760 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3);
763 writeInt16BE(LocalAddress, applyPPClo(Value + Addend));
766 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3);
769 writeInt16BE(LocalAddress, applyPPChi(Value + Addend));
772 writeInt16BE(LocalAddress, applyPPCha(Value + Addend));
775 writeInt16BE(LocalAddress, applyPPChigher(Value + Addend));
778 writeInt16BE(LocalAddress, applyPPChighera(Value + Addend));
781 writeInt16BE(LocalAddress, applyPPChighest(Value + Addend));
784 writeInt16BE(LocalAddress, applyPPChighesta(Value + Addend))
    [all...]
RuntimeDyld.cpp 582 writeInt16BE(Addr, 0xC418); // lgrl %r1,.+8
583 writeInt16BE(Addr+2, 0x0000);
584 writeInt16BE(Addr+4, 0x0004);
585 writeInt16BE(Addr+6, 0x07F1); // brc 15,%r1
RuntimeDyldImpl.h 256 void writeInt16BE(uint8_t *Addr, uint16_t Value) {

Completed in 156 milliseconds