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()
706 It->second = Section.getStubOffset(); in resolveLoongArch64Branch()708 createStubFunction(Section.getAddressWithOffset(Section.getStubOffset())); in resolveLoongArch64Branch()731 Section.getAddressWithOffset(Section.getStubOffset())), in resolveLoongArch64Branch()1562 Stubs[Value] = Section.getStubOffset(); in resolveAArch64Branch()1564 Section.getAddressWithOffset(Section.getStubOffset())); in resolveAArch64Branch()1590 Section.getLoadAddressWithOffset(Section.getStubOffset()), in resolveAArch64Branch()1728 It->second = Section.getStubOffset(); in processRelocationRef()1730 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef()1740 Section.getLoadAddressWithOffset(Section.getStubOffset()), RelType, in processRelocationRef()1793 It->second = Section.getStubOffset(); in processRelocationRef()[all …]
106 uintptr_t getStubOffset() const { return StubOffset; } in getStubOffset() function499 Sections[SectionID].getStubOffset() + getMaxStubSize()); in getSectionContent()
139 Stubs[Value] = Section.getStubOffset(); in processGOTRelocation()140 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset()); in processGOTRelocation()141 RelocationEntry GOTRE(RE.SectionID, Section.getStubOffset(), in processGOTRelocation()
316 assert(Section.getStubOffset() % 4 == 0 && "Misaligned stub"); in processBranchRelocation()317 Stubs[Value] = Section.getStubOffset(); in processBranchRelocation()325 Addr = Section.getAddressWithOffset(Section.getStubOffset()); in processBranchRelocation()
168 StubOffset = Section.getStubOffset(); in generateRelocationStub()
129 StubOffset = Section.getStubOffset(); in generateRelocationStub()
458 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()