Home | History | Annotate | Download | only in Object

Lines Matching defs:SectionSize

83   unsigned SectionSize = Is64 ? sizeof(MachO::section_64) :
86 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize;
233 const unsigned SectionSize =
235 if (S.nsects > std::numeric_limits<uint32_t>::max() / SectionSize ||
236 S.nsects * SectionSize > Load.C.cmdsize - SegmentLoadSize)