Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp680 Stubs[Value] = Section.StubOffset; in processRelocationRef()
682 Section.StubOffset); in processRelocationRef()
691 (uint64_t)Section.Address + Section.StubOffset, in processRelocationRef()
693 Section.StubOffset += getMaxStubSize(); in processRelocationRef()
717 Stubs[Value] = Section.StubOffset; in processRelocationRef()
719 Section.StubOffset); in processRelocationRef()
738 (uint64_t)Section.Address + Section.StubOffset, in processRelocationRef()
740 Section.StubOffset += getMaxStubSize(); in processRelocationRef()
779 Stubs[Value] = Section.StubOffset; in processRelocationRef()
781 Section.StubOffset); in processRelocationRef()
[all …]
DRuntimeDyldMachO.cpp275 Stubs[Value] = Section.StubOffset; in processRelocationRef()
277 Section.StubOffset); in processRelocationRef()
285 (uint64_t)Section.Address + Section.StubOffset, in processRelocationRef()
287 Section.StubOffset += getMaxStubSize(); in processRelocationRef()
DRuntimeDyldImpl.h63 uintptr_t StubOffset; variable
72 StubOffset(stubOffset), ObjAddress(objAddress) {} in SectionEntry()