Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp155 uint64_t GOTEntry = readBytesUnaligned(LocalGOTAddr, getGOTEntrySize()); in evaluateMIPS64Relocation()
165 writeBytesUnaligned(Value, LocalGOTAddr, getGOTEntrySize()); in evaluateMIPS64Relocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h99 size_t getGOTEntrySize() override;
H A DRuntimeDyldELF.cpp2215 size_t RuntimeDyldELF::getGOTEntrySize() { in getGOTEntrySize() function in llvm::RuntimeDyldELF
2257 uint64_t StartOffset = CurrentGOTIndex * getGOTEntrySize(); in allocateGOTEntries()
2363 size_t TotalSize = CurrentGOTIndex * getGOTEntrySize(); in finalizeLoad()
2364 uint8_t *Addr = MemMgr.allocateDataSection(TotalSize, getGOTEntrySize(), in finalizeLoad()
2497 uint64_t GOT2 = GOT1 + getGOTEntrySize(); in createIFuncStub()
H A DRuntimeDyldImpl.h442 virtual size_t getGOTEntrySize() { return 0; } in getGOTEntrySize() function
H A DRuntimeDyld.cpp604 RWDataAlign = std::max(RWDataAlign, Align(getGOTEntrySize())); in computeTotalAllocSize()
651 size_t GotEntrySize = getGOTEntrySize(); in computeGOTSize()