Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h147 uintptr_t StubOffset; in generateRelocationStub() local
161 StubOffset = Section.getStubOffset(); in generateRelocationStub()
162 Stubs[OriginalRelValueRef] = StubOffset; in generateRelocationStub()
163 createStubFunction(Section.getAddressWithOffset(StubOffset)); in generateRelocationStub()
168 StubOffset = Stub->second; in generateRelocationStub()
179 resolveRelocation(RE, Section.getLoadAddressWithOffset(StubOffset)); in generateRelocationStub()
183 Offset = StubOffset + 6; in generateRelocationStub()
H A DRuntimeDyldCOFFAArch64.h103 uintptr_t StubOffset; in generateRelocationStub() local
117 StubOffset = Section.getStubOffset(); in generateRelocationStub()
118 Stubs[OriginalRelValueRef] = StubOffset; in generateRelocationStub()
119 createStubFunction(Section.getAddressWithOffset(StubOffset)); in generateRelocationStub()
124 StubOffset = Stub->second; in generateRelocationStub()
129 resolveRelocation(RE, Section.getLoadAddressWithOffset(StubOffset)); in generateRelocationStub()
135 Offset = StubOffset; in generateRelocationStub()
H A DRuntimeDyldMachOAArch64.h460 unsigned StubOffset = StubAddress - BaseAddress; in processGOTRelocation() local
461 Stubs[Value] = StubOffset; in processGOTRelocation()
464 RelocationEntry GOTRE(RE.SectionID, StubOffset, in processGOTRelocation()
472 Offset = static_cast<int64_t>(StubOffset); in processGOTRelocation()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h63 uintptr_t StubOffset; variable
77 LoadAddress(reinterpret_cast<uintptr_t>(address)), StubOffset(size), in SectionEntry()
105 uintptr_t getStubOffset() const { return StubOffset; } in getStubOffset()
108 StubOffset += StubSize; in advanceStubOffset()
109 assert(StubOffset <= AllocationSize && "Not enough space allocated!"); in advanceStubOffset()
H A DRuntimeDyldELF.cpp1735 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef() local
1737 Stubs[Value] = StubOffset; in processRelocationRef()
1739 RelocationEntry RE(SectionID, StubOffset + 8, ELF::R_390_64, in processRelocationRef()
1787 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef() local
1788 Stubs[Value] = StubOffset; in processRelocationRef()
1801 resolveGOTOffsetRelocation(SectionID, StubOffset + 2, GOTOffset - 4, in processRelocationRef()
2344 << format("%p\n", IFuncStub.StubOffset)); in finalizeLoad()
2345 createIFuncStub(IFuncStubSectionID, 0, IFuncStub.StubOffset, in finalizeLoad()
H A DRuntimeDyldELF.h169 uint64_t StubOffset; member
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h66 unsigned SectionID, uint32_t StubOffset)>;
/openbsd-src/gnu/llvm/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp845 uint32_t StubOffset) { in linkAndVerify() argument
848 StubMap[ContainerName][SymbolName] = {SectionID, StubOffset}; in linkAndVerify()