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

/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1172 uintptr_t StubAddress; local
1174 StubAddress = uintptr_t(Section.Address) + i->second;
1182 StubAddress = (BaseAddress + Section.StubOffset +
1184 unsigned StubOffset = StubAddress - BaseAddress;
1187 createStubFunction((uint8_t *)StubAddress);
1198 resolveRelocation(Section, Offset, StubAddress + 8,
1201 resolveRelocation(Section, Offset, StubAddress, RelType, Addend);
1222 uintptr_t StubAddress; local
1224 StubAddress = uintptr_t(Section.Address) + i->second;
1232 StubAddress
[all...]

Completed in 93 milliseconds