Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1610 uintptr_t StubAddress; in processRelocationRef() local
1612 StubAddress = uintptr_t(Section.getAddressWithOffset(i->second)); in processRelocationRef()
1620 StubAddress = in processRelocationRef()
1623 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()
1626 createStubFunction((uint8_t *)StubAddress); in processRelocationRef()
1640 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()
1664 uintptr_t StubAddress; in processRelocationRef() local
1666 StubAddress = uintptr_t(Section.getAddress()) + i->second; in processRelocationRef()
1674 StubAddress = in processRelocationRef()
1677 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()
[all …]
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h458 uintptr_t StubAddress = in processGOTRelocation() local
461 unsigned StubOffset = StubAddress - BaseAddress; in processGOTRelocation()
463 assert(((StubAddress % getStubAlignment()) == 0) && in processGOTRelocation()