Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h154 uintptr_t StubOffset; in generateRelocationStub() local
168 StubOffset = Section.getStubOffset(); in generateRelocationStub()
169 Stub->second = StubOffset; in generateRelocationStub()
170 createStubFunction(Section.getAddressWithOffset(StubOffset)); in generateRelocationStub()
175 StubOffset = Stub->second; in generateRelocationStub()
186 resolveRelocation(RE, Section.getLoadAddressWithOffset(StubOffset)); in generateRelocationStub()
190 Offset = StubOffset + 6; in generateRelocationStub()
H A DRuntimeDyldCOFFAArch64.h115 uintptr_t StubOffset; in generateRelocationStub() local
129 StubOffset = Section.getStubOffset(); in generateRelocationStub()
130 Stub->second = StubOffset; in generateRelocationStub()
131 createStubFunction(Section.getAddressWithOffset(StubOffset)); in generateRelocationStub()
136 StubOffset = Stub->second; in generateRelocationStub()
141 resolveRelocation(RE, Section.getLoadAddressWithOffset(StubOffset)); in generateRelocationStub()
147 Offset = StubOffset; in generateRelocationStub()
H A DRuntimeDyldMachOAArch64.h460 unsigned StubOffset = StubAddress - BaseAddress; in processGOTRelocation() local
461 It->second = StubOffset; in processGOTRelocation()
464 RelocationEntry GOTRE(RE.SectionID, StubOffset, in processGOTRelocation()
472 Offset = static_cast<int64_t>(StubOffset); in processGOTRelocation()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h64 uintptr_t StubOffset; variable
78 LoadAddress(reinterpret_cast<uintptr_t>(address)), StubOffset(size), in SectionEntry()
106 uintptr_t getStubOffset() const { return StubOffset; } in getStubOffset()
109 StubOffset += StubSize; in advanceStubOffset()
110 assert(StubOffset <= AllocationSize && "Not enough space allocated!"); in advanceStubOffset()
H A DRuntimeDyldELF.h188 uint64_t StubOffset; member
H A DRuntimeDyldELF.cpp2127 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef() local
2129 Stubs[Value] = StubOffset; in processRelocationRef()
2131 RelocationEntry RE(SectionID, StubOffset + 8, ELF::R_390_64, in processRelocationRef()
2179 unsigned StubOffset = StubAddress - BaseAddress; in processRelocationRef() local
2180 It->second = StubOffset; in processRelocationRef()
2193 resolveGOTOffsetRelocation(SectionID, StubOffset + 2, GOTOffset - 4, in processRelocationRef()
2752 << format("%p\n", IFuncStub.StubOffset)); in finalizeLoad()
2753 createIFuncStub(IFuncStubSectionID, 0, IFuncStub.StubOffset, in finalizeLoad()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h67 unsigned SectionID, uint32_t StubOffset)>;
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp845 uint32_t StubOffset) { in linkAndVerify() argument
848 StubMap[ContainerName][SymbolName] = {SectionID, StubOffset}; in linkAndVerify()