Lines Matching refs:StubAddress
1735 uintptr_t StubAddress; in processRelocationRef() local
1737 StubAddress = uintptr_t(Section.getAddressWithOffset(i->second)); in processRelocationRef()
1744 StubAddress = in processRelocationRef()
1746 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()
1749 createStubFunction((uint8_t *)StubAddress); in processRelocationRef()
1760 resolveRelocation(Section, Offset, StubAddress + 8, ELF::R_390_PC32DBL, in processRelocationRef()
1763 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()
1787 uintptr_t StubAddress; in processRelocationRef() local
1789 StubAddress = uintptr_t(Section->getAddress()) + i->second; in processRelocationRef()
1796 StubAddress = alignTo(BaseAddress + Section->getStubOffset(), in processRelocationRef()
1798 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()
1800 createStubFunction((uint8_t *)StubAddress); in processRelocationRef()
1822 resolveRelocation(*Section, Offset, StubAddress, ELF::R_X86_64_PC32, in processRelocationRef()