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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 264 uint64_t SectOffset;
265 if (auto Err = getOffset(*I, *SI, SectOffset))
278 << format("%p", (uintptr_t)SectOffset)
281 SymbolTableEntry(SectionID, SectOffset, RTDyldSymFlags);
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 619 uint32_t SectOffset, SectType;
624 SectOffset = Sect.offset;
629 SectOffset = Sect.offset;
636 if (SectOffset > FileSize)
638 if (FileSize - SectOffset < SectSize)
639 return FileSize - SectOffset;
    [all...]

Completed in 71 milliseconds