Searched refs:getStubOffset (Results 1 – 8 of 8) sorted by relevance
97 auto EntryOffset = alignTo(Sec.getStubOffset(), PointerSize); in getDLLImportOffset()98 Sec.advanceStubOffset(EntryOffset + PointerSize - Sec.getStubOffset()); in getDLLImportOffset()
1139 Stubs[Value] = Section.getStubOffset(); in resolveAArch64Branch()1141 Section.getAddressWithOffset(Section.getStubOffset())); in resolveAArch64Branch()1168 Section.getStubOffset())), in resolveAArch64Branch()1308 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()1310 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef()1320 Section.getStubOffset())), in processRelocationRef()1361 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()1366 Section.getAddressWithOffset(Section.getStubOffset()), AbiVariant); in processRelocationRef()1383 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef()1456 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()[all …]
105 uintptr_t getStubOffset() const { return StubOffset; } in getStubOffset() function484 Sections[SectionID].getStubOffset() + getMaxStubSize()); in getSectionContent()
140 Stubs[Value] = Section.getStubOffset(); in processGOTRelocation()141 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset()); in processGOTRelocation()142 RelocationEntry GOTRE(RE.SectionID, Section.getStubOffset(), in processGOTRelocation()
317 assert(Section.getStubOffset() % 4 == 0 && "Misaligned stub"); in processBranchRelocation()318 Stubs[Value] = Section.getStubOffset(); in processBranchRelocation()326 Addr = Section.getAddressWithOffset(Section.getStubOffset()); in processBranchRelocation()
161 StubOffset = Section.getStubOffset(); in generateRelocationStub()
117 StubOffset = Section.getStubOffset(); in generateRelocationStub()
458 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()