Searched refs:getStubOffset (Results 1 – 5 of 5) sorted by relevance
141 Stubs[Value] = Section.getStubOffset(); in processGOTRelocation()142 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset()); in processGOTRelocation()143 RelocationEntry GOTRE(RE.SectionID, Section.getStubOffset(), in processGOTRelocation()
199 Stubs[Value] = Section.getStubOffset(); in processBranchRelocation()201 Section.getAddressWithOffset(Section.getStubOffset())); in processBranchRelocation()209 Addr = Section.getAddressWithOffset(Section.getStubOffset()); in processBranchRelocation()
399 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()
1299 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()1301 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef()1329 Section.getStubOffset())), in processRelocationRef()1351 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()1353 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef()1363 Section.getStubOffset())), in processRelocationRef()1404 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()1406 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef()1424 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef()1537 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()[all …]
107 uintptr_t getStubOffset() const { return StubOffset; } in getStubOffset() function