Lines Matching refs:StubAddress
1724 uintptr_t StubAddress; in processRelocationRef() local
1726 StubAddress = uintptr_t(Section.getAddressWithOffset(i->second)); in processRelocationRef()
1734 StubAddress = in processRelocationRef()
1737 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()
1740 createStubFunction((uint8_t *)StubAddress); in processRelocationRef()
1751 resolveRelocation(Section, Offset, StubAddress + 8, ELF::R_390_PC32DBL, in processRelocationRef()
1754 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()
1778 uintptr_t StubAddress; in processRelocationRef() local
1780 StubAddress = uintptr_t(Section->getAddress()) + i->second; in processRelocationRef()
1788 StubAddress = in processRelocationRef()
1791 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()
1793 createStubFunction((uint8_t *)StubAddress); in processRelocationRef()
1815 resolveRelocation(*Section, Offset, StubAddress, ELF::R_X86_64_PC32, in processRelocationRef()