Home | History | Annotate | Download | only in Object

Lines Matching refs:SectOffset

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;