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

/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1345 uint64_t *LocalGOTAddr = (uint64_t*)getSectionAddress(GOTSectionID); local
1347 LocalGOTAddr[GOTIndex] = LoadAddress + SymbolOffset;
1349 uint32_t *LocalGOTAddr = (uint32_t*)getSectionAddress(GOTSectionID); local
1351 LocalGOTAddr[GOTIndex] = (uint32_t)(LoadAddress + SymbolOffset);

Completed in 73 milliseconds