Searched refs:StubOffset (Results 1 – 3 of 3) sorted by relevance
269 Stubs[Value] = Section.StubOffset; in processRelocationRef()271 Section.StubOffset); in processRelocationRef()275 (uint64_t)Section.Address + Section.StubOffset, in processRelocationRef()277 Section.StubOffset += getMaxStubSize(); in processRelocationRef()
410 Stubs[Value] = Section.StubOffset; in processRelocationRef()412 Section.StubOffset); in processRelocationRef()416 Section.StubOffset, RelType, 0); in processRelocationRef()417 Section.StubOffset += getMaxStubSize(); in processRelocationRef()
47 uintptr_t StubOffset; // It's used for architecturies with stub variable54 StubOffset(stubOffset), ObjAddress(objAddress) {} in SectionEntry()