Searched refs:StubAddress (Results 1 – 1 of 1) sorted by relevance
1292 uintptr_t StubAddress; in processRelocationRef() local1294 StubAddress = uintptr_t(Section.Address) + i->second; in processRelocationRef()1302 StubAddress = (BaseAddress + Section.StubOffset + StubAlignment - 1) & in processRelocationRef()1304 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef()1307 createStubFunction((uint8_t *)StubAddress); in processRelocationRef()1318 resolveRelocation(Section, Offset, StubAddress + 8, ELF::R_390_PC32DBL, in processRelocationRef()1321 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()1344 uintptr_t StubAddress; in processRelocationRef() local1346 StubAddress = uintptr_t(Section.Address) + i->second; in processRelocationRef()1354 StubAddress = (BaseAddress + Section.StubOffset + StubAlignment - 1) & in processRelocationRef()[all …]