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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 49 uintptr_t ObjAddress; // Section address in object file. It's use for
52 uintptr_t objAddress)
54 StubOffset(stubOffset), ObjAddress(objAddress) {}
RuntimeDyldMachO.cpp 254 Value.Addend += Section.ObjAddress - Sections[Value.SectionID].ObjAddress;

Completed in 80 milliseconds