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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp155 uint64_t GOTEntry = readBytesUnaligned(LocalGOTAddr, getGOTEntrySize());
165 writeBytesUnaligned(Value, LocalGOTAddr, getGOTEntrySize());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h99 size_t getGOTEntrySize() override;
H A DRuntimeDyldImpl.h436 virtual size_t getGOTEntrySize() { return 0; } function in class:llvm::RuntimeDyldImpl
H A DRuntimeDyldELF.cpp1841 size_t RuntimeDyldELF::getGOTEntrySize() { function in class:llvm::RuntimeDyldELF
1883 uint64_t StartOffset = CurrentGOTIndex * getGOTEntrySize();
1932 size_t TotalSize = CurrentGOTIndex * getGOTEntrySize();
1933 uint8_t *Addr = MemMgr.allocateDataSection(TotalSize, getGOTEntrySize(),
H A DRuntimeDyld.cpp597 RWDataAlign = std::max<uint32_t>(RWDataAlign, getGOTEntrySize());
639 size_t GotEntrySize = getGOTEntrySize();

Completed in 263 milliseconds