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