Lines Matching refs:StubAddress
1730 uintptr_t StubAddress; in processRelocationRef() local
1732 StubAddress = uintptr_t(Section.getAddressWithOffset(i->second)); in processRelocationRef()
1739 StubAddress = in processRelocationRef()
1741 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()
1744 createStubFunction((uint8_t *)StubAddress); in processRelocationRef()
1755 resolveRelocation(Section, Offset, StubAddress + 8, ELF::R_390_PC32DBL, in processRelocationRef()
1758 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()
1782 uintptr_t StubAddress; in processRelocationRef() local
1784 StubAddress = uintptr_t(Section->getAddress()) + i->second; in processRelocationRef()
1791 StubAddress = alignTo(BaseAddress + Section->getStubOffset(), in processRelocationRef()
1793 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()
1795 createStubFunction((uint8_t *)StubAddress); in processRelocationRef()
1817 resolveRelocation(*Section, Offset, StubAddress, ELF::R_X86_64_PC32, in processRelocationRef()