Lines Matching refs:StubAddress
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()
1725 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()
1727 createStubFunction((uint8_t *)StubAddress); in processRelocationRef()
1745 resolveRelocation(Section, Offset, StubAddress, ELF::R_X86_64_PC32, in processRelocationRef()