Searched refs:getStubOffset (Results 1 – 5 of 5) sorted by relevance
129 Stubs[Value] = Section.getStubOffset(); in processGOTRelocation()130 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset()); in processGOTRelocation()131 RelocationEntry GOTRE(RE.SectionID, Section.getStubOffset(), in processGOTRelocation()
186 Stubs[Value] = Section.getStubOffset(); in processBranchRelocation()188 Section.getAddressWithOffset(Section.getStubOffset())); in processBranchRelocation()196 Addr = Section.getAddressWithOffset(Section.getStubOffset()); in processBranchRelocation()
381 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()
1254 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()1256 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef()1284 Section.getStubOffset())), in processRelocationRef()1306 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()1308 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef()1318 Section.getStubOffset())), in processRelocationRef()1359 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()1361 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef()1379 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef()1491 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()[all …]
113 uintptr_t getStubOffset() const { return StubOffset; } in getStubOffset() function