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

/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1319 SID GOTSectionID = it->first; local
1345 uint64_t *LocalGOTAddr = (uint64_t*)getSectionAddress(GOTSectionID);
1349 uint32_t *LocalGOTAddr = (uint32_t*)getSectionAddress(GOTSectionID);
1355 return getSectionLoadAddress(GOTSectionID) + (GOTIndex * GOTEntrySize);

Completed in 49 milliseconds