Home
last modified time | relevance | path

Searched refs:LocalGOTAddr (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp154 uint8_t *LocalGOTAddr = in evaluateMIPS64Relocation() local
156 uint64_t GOTEntry = readBytesUnaligned(LocalGOTAddr, getGOTEntrySize()); in evaluateMIPS64Relocation()
166 writeBytesUnaligned(Value, LocalGOTAddr, getGOTEntrySize()); in evaluateMIPS64Relocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp670 uint8_t *LocalGOTAddr = in evaluateMIPS64Relocation() local
672 uint64_t GOTEntry = readBytesUnaligned(LocalGOTAddr, 8); in evaluateMIPS64Relocation()
682 writeBytesUnaligned(Value, LocalGOTAddr, 8); in evaluateMIPS64Relocation()