Lines Matching refs:posBase
723 HRESULT ParseIntelMe(unsigned bufIndex, UInt32 posBase,
727 HRESULT ParseVolume(unsigned bufIndex, UInt32 posBase,
867 static void MyPrint(UInt32 posBase, UInt32 size, unsigned level, const char *name)
870 PRF(printf("%s, pos = %6x, size = %6x", name, posBase, size));
874 #define MyPrint(posBase, size, level, name)
940 HRESULT CHandler::ParseSections(unsigned bufIndex, UInt32 posBase, UInt32 size, int parent, int met…
946 MyPrint(posBase, size, level, "Sections");
955 PRF(printf("%s, abs = %6x, relat = %6x", "Sect", posBase + pos, pos));
965 const Byte *p = bufData + posBase + pos;
985 item.Offset = posBase + pos + 4;
998 UInt32 newOffset = posBase + pos + 9;
1107 UInt32 newOffset = posBase + pos + dataOffset;
1143 item2.Offset = posBase + pos + kHeaderSize;
1158 RINOK(ParseVolume(bufIndex, posBase + pos + 4,
1179 RINOK(ParseVolume(bufIndex, posBase + pos + 4 + kInsydeOffset,
1252 item.Offset = posBase + pos + 4 + kGuidSize;
1303 unsigned bufIndex, UInt32 posBase,
1309 MyPrint(posBase, exactSize, level, "Volume");
1313 const Byte *p = _bufs[bufIndex] + posBase;
1321 item.Offset = posBase;
1393 item.Offset = posBase + pos + num_FF_bytes;
1402 …l); PRF(printf("%s, type = %3d, pos = %7x, size = %7x", "FILE", fh.Type, posBase + pos, fh.Size));
1407 UInt32 offset = posBase + pos + kFileHeaderSize;
1503 unsigned bufIndex, UInt32 posBase,
1510 const Byte *p = _bufs[bufIndex] + posBase;
1559 item.Offset = posBase + (base << 12);