Searched refs:StubOffset (Results 1 – 3 of 3) sorted by relevance
680 Stubs[Value] = Section.StubOffset; in processRelocationRef()682 Section.StubOffset); in processRelocationRef()691 (uint64_t)Section.Address + Section.StubOffset, in processRelocationRef()693 Section.StubOffset += getMaxStubSize(); in processRelocationRef()717 Stubs[Value] = Section.StubOffset; in processRelocationRef()719 Section.StubOffset); in processRelocationRef()738 (uint64_t)Section.Address + Section.StubOffset, in processRelocationRef()740 Section.StubOffset += getMaxStubSize(); in processRelocationRef()779 Stubs[Value] = Section.StubOffset; in processRelocationRef()781 Section.StubOffset); in processRelocationRef()[all …]
275 Stubs[Value] = Section.StubOffset; in processRelocationRef()277 Section.StubOffset); in processRelocationRef()285 (uint64_t)Section.Address + Section.StubOffset, in processRelocationRef()287 Section.StubOffset += getMaxStubSize(); in processRelocationRef()
63 uintptr_t StubOffset; variable72 StubOffset(stubOffset), ObjAddress(objAddress) {} in SectionEntry()