Searched refs:SegmentLoadSize (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Object/
H A DMachOObjectFile.cpp81 unsigned SegmentLoadSize = Is64 ? sizeof(MachO::segment_command_64) : local
86 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize;
227 const unsigned SegmentLoadSize = sizeof(SegmentCmd); local
228 if (Load.C.cmdsize < SegmentLoadSize)
236 S.nsects * SectionSize > Load.C.cmdsize - SegmentLoadSize)

Completed in 64 milliseconds