Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1658 uintptr_t StubAddress; in processRelocationRef() local
1660 StubAddress = uintptr_t(Section.getAddressWithOffset(i->second)); in processRelocationRef()
1668 StubAddress = in processRelocationRef()
1671 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()
1674 createStubFunction((uint8_t *)StubAddress); in processRelocationRef()
1685 resolveRelocation(Section, Offset, StubAddress + 8, ELF::R_390_PC32DBL, in processRelocationRef()
1688 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()
1712 uintptr_t StubAddress; in processRelocationRef() local
1714 StubAddress = uintptr_t(Section.getAddress()) + i->second; in processRelocationRef()
1722 StubAddress = in processRelocationRef()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
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()
1637 resolveRelocation(Section, Offset, StubAddress + 8, ELF::R_390_PC32DBL, 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()
[all …]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h398 uintptr_t StubAddress = in processGOTRelocation() local
401 unsigned StubOffset = StubAddress - BaseAddress; in processGOTRelocation()
403 assert(((StubAddress % getStubAlignment()) == 0) && in processGOTRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h458 uintptr_t StubAddress = in processGOTRelocation() local
461 unsigned StubOffset = StubAddress - BaseAddress; in processGOTRelocation()
463 assert(((StubAddress % getStubAlignment()) == 0) && in processGOTRelocation()