Lines Matching refs:StubAddress
1691 uintptr_t StubAddress; in processRelocationRef() local
1693 StubAddress = uintptr_t(Section.getAddressWithOffset(i->second)); in processRelocationRef()
1701 StubAddress = in processRelocationRef()
1704 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()
1707 createStubFunction((uint8_t *)StubAddress); in processRelocationRef()
1718 resolveRelocation(Section, Offset, StubAddress + 8, ELF::R_390_PC32DBL, in processRelocationRef()
1721 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()
1745 uintptr_t StubAddress; in processRelocationRef() local
1747 StubAddress = uintptr_t(Section->getAddress()) + i->second; in processRelocationRef()
1755 StubAddress = in processRelocationRef()
1758 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()
1760 createStubFunction((uint8_t *)StubAddress); in processRelocationRef()
1782 resolveRelocation(*Section, Offset, StubAddress, ELF::R_X86_64_PC32, in processRelocationRef()