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 708 writeInt16BE(LocalAddress, applyPPClo(Value + Addend));
711 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3);
714 writeInt16BE(LocalAddress, applyPPClo(Value + Addend));
717 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3);
720 writeInt16BE(LocalAddress, applyPPChi(Value + Addend));
723 writeInt16BE(LocalAddress, applyPPCha(Value + Addend));
726 writeInt16BE(LocalAddress, applyPPChigher(Value + Addend));
729 writeInt16BE(LocalAddress, applyPPChighera(Value + Addend));
732 writeInt16BE(LocalAddress, applyPPChighest(Value + Addend));
735 writeInt16BE(LocalAddress, applyPPChighesta(Value + Addend))
    [all...]
RuntimeDyld.cpp 731 writeInt16BE(Addr, 0xC418); // lgrl %r1,.+8
732 writeInt16BE(Addr+2, 0x0000);
733 writeInt16BE(Addr+4, 0x0004);
734 writeInt16BE(Addr+6, 0x07F1); // brc 15,%r1
    [all...]
RuntimeDyldImpl.h 277 void writeInt16BE(uint8_t *Addr, uint16_t Value) {

Completed in 335 milliseconds