Home
last modified time | relevance | path

Searched refs:getGOTEntrySize (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp155 uint64_t GOTEntry = readBytesUnaligned(LocalGOTAddr, getGOTEntrySize()); in evaluateMIPS64Relocation()
165 writeBytesUnaligned(Value, LocalGOTAddr, getGOTEntrySize()); in evaluateMIPS64Relocation()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h99 size_t getGOTEntrySize() override;
DRuntimeDyldELF.cpp2209 size_t RuntimeDyldELF::getGOTEntrySize() { in getGOTEntrySize() function in llvm::RuntimeDyldELF
2251 uint64_t StartOffset = CurrentGOTIndex * getGOTEntrySize(); in allocateGOTEntries()
2357 size_t TotalSize = CurrentGOTIndex * getGOTEntrySize(); in finalizeLoad()
2358 uint8_t *Addr = MemMgr.allocateDataSection(TotalSize, getGOTEntrySize(), in finalizeLoad()
2490 uint64_t GOT2 = GOT1 + getGOTEntrySize(); in createIFuncStub()
DRuntimeDyldImpl.h436 virtual size_t getGOTEntrySize() { return 0; } in getGOTEntrySize() function
DRuntimeDyld.cpp604 RWDataAlign = std::max(RWDataAlign, Align(getGOTEntrySize())); in computeTotalAllocSize()
651 size_t GotEntrySize = getGOTEntrySize(); in computeGOTSize()