Home
last modified time | relevance | path

Searched defs:StubOffset (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h169 uint64_t StubOffset; global() member
H A DRuntimeDyldImpl.h63 uintptr_t StubOffset; global() variable
H A DRuntimeDyldELF.cpp1747 unsigned StubOffset = StubAddress - BaseAddress; processRelocationRef() local
1799 unsigned StubOffset = StubAddress - BaseAddress; processRelocationRef() local
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h154 uintptr_t StubOffset; in generateRelocationStub() local
H A DRuntimeDyldCOFFAArch64.h104 uintptr_t StubOffset; generateRelocationStub() local
H A DRuntimeDyldMachOAArch64.h460 unsigned StubOffset = StubAddress - BaseAddress; in processGOTRelocation() local
/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp845 uint32_t StubOffset) { in linkAndVerify()