Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp269 Stubs[Value] = Section.StubOffset; in processRelocationRef()
271 Section.StubOffset); in processRelocationRef()
275 (uint64_t)Section.Address + Section.StubOffset, in processRelocationRef()
277 Section.StubOffset += getMaxStubSize(); in processRelocationRef()
DRuntimeDyldELF.cpp410 Stubs[Value] = Section.StubOffset; in processRelocationRef()
412 Section.StubOffset); in processRelocationRef()
416 Section.StubOffset, RelType, 0); in processRelocationRef()
417 Section.StubOffset += getMaxStubSize(); in processRelocationRef()
DRuntimeDyldImpl.h47 uintptr_t StubOffset; // It's used for architecturies with stub variable
54 StubOffset(stubOffset), ObjAddress(objAddress) {} in SectionEntry()