Searched refs:StubAddress (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1658 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/ |
D | RuntimeDyldELF.cpp | 1610 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/ |
D | RuntimeDyldMachOAArch64.h | 398 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/ |
D | RuntimeDyldMachOAArch64.h | 458 uintptr_t StubAddress = in processGOTRelocation() local 461 unsigned StubOffset = StubAddress - BaseAddress; in processGOTRelocation() 463 assert(((StubAddress % getStubAlignment()) == 0) && in processGOTRelocation()
|