HomeSort by relevance Sort by last modified time
    Searched refs:StubOffset (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 268 Stubs[Value] = Section.StubOffset;
270 Section.StubOffset);
278 (uint64_t)Section.Address + Section.StubOffset,
280 Section.StubOffset += getMaxStubSize();
RuntimeDyldELF.cpp 455 Stubs[Value] = Section.StubOffset;
457 Section.StubOffset);
466 Section.StubOffset, RelType, 0);
467 Section.StubOffset += getMaxStubSize();
491 Stubs[Value] = Section.StubOffset;
493 Section.StubOffset);
513 Section.StubOffset, RelType, 0);
514 Section.StubOffset += getMaxStubSize();
RuntimeDyldImpl.h 56 /// StubOffset - used for architectures with stub functions for far
58 uintptr_t StubOffset;
64 SectionEntry(uint8_t *address, size_t size, uintptr_t stubOffset,
67 StubOffset(stubOffset), ObjAddress(objAddress) {}

Completed in 313 milliseconds