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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h 27 void resolveX86_64Relocation(uint8_t *LocalAddress,
RuntimeDyldMachO.h 36 bool resolveX86_64Relocation(uint8_t *LocalAddress,
RuntimeDyldMachO.cpp 46 resolveX86_64Relocation(LocalAddress,
85 Value -= FinalAddress + 4; // see resolveX86_64Relocation
106 resolveX86_64Relocation(uint8_t *LocalAddress,
RuntimeDyldELF.cpp 194 void RuntimeDyldELF::resolveX86_64Relocation(uint8_t *LocalAddress,
317 resolveX86_64Relocation(LocalAddress, FinalAddress, Value, Type, Addend);

Completed in 91 milliseconds