Home
last modified time | relevance | path

Searched refs:getStubOffset (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.cpp97 auto EntryOffset = alignTo(Sec.getStubOffset(), PointerSize); in getDLLImportOffset()
98 Sec.advanceStubOffset(EntryOffset + PointerSize - Sec.getStubOffset()); in getDLLImportOffset()
H A DRuntimeDyldELF.cpp1177 Stubs[Value] = Section.getStubOffset(); in resolveAArch64Branch()
1179 Section.getAddressWithOffset(Section.getStubOffset())); in resolveAArch64Branch()
1206 Section.getStubOffset())), in resolveAArch64Branch()
1344 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()
1346 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef()
1356 Section.getStubOffset())), in processRelocationRef()
1397 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()
1402 Section.getAddressWithOffset(Section.getStubOffset()), AbiVariant); in processRelocationRef()
1419 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef()
1492 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()
[all …]
H A DRuntimeDyldImpl.h105 uintptr_t getStubOffset() const { return StubOffset; } in getStubOffset() function
488 Sections[SectionID].getStubOffset() + getMaxStubSize()); in getSectionContent()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h139 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()
H A DRuntimeDyldMachOARM.h316 assert(Section.getStubOffset() % 4 == 0 && "Misaligned stub"); in processBranchRelocation()
317 Stubs[Value] = Section.getStubOffset(); in processBranchRelocation()
325 Addr = Section.getAddressWithOffset(Section.getStubOffset()); in processBranchRelocation()
H A DRuntimeDyldCOFFX86_64.h161 StubOffset = Section.getStubOffset(); in generateRelocationStub()
H A DRuntimeDyldCOFFAArch64.h117 StubOffset = Section.getStubOffset(); in generateRelocationStub()
H A DRuntimeDyldMachOAArch64.h458 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()