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

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp657 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); local
658 return Value + Addend - (GOTAddr + 0x7ff0);
691 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); local
692 return Value + Addend - (GOTAddr + 0x7ff0);

Completed in 103 milliseconds