Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1439 const size_t GOTEntrySize = getGOTEntrySize(); in findGOTEntry() local
1472 if (GOTEntrySize == sizeof(uint64_t)) { in findGOTEntry()
1483 return getSectionLoadAddress(GOTSectionID) + (GOTIndex * GOTEntrySize); in findGOTEntry()