Lines Matching defs:szB
95 SizeT szB; // size of value in bytes
117 SizeT szB; // not used for exec (jump) errors
168 SizeT szB; // Size in bytes; 0 if unused.
336 lr->szB + lr->indirect_szB,
340 lr->szB,
359 lr->szB + lr->indirect_szB, d_bytes,
360 lr->szB, d_direct_bytes,
367 lr->szB + lr->indirect_szB );
374 lr->szB, d_direct_bytes,
378 emit( " <leakedbytes>%ld</leakedbytes>\n", lr->szB);
388 lr->szB + lr->indirect_szB, d_bytes,
389 lr->szB, d_direct_bytes,
398 lr->szB, d_direct_bytes,
443 extra->Err.Value.szB );
452 extra->Err.Value.szB );
599 extra->Err.Addr.szB );
607 extra->Err.Addr.szB );
635 if (extra->Err.Overlap.szB == 0) {
645 extra->Err.Overlap.szB );
649 if (extra->Err.Overlap.szB == 0) {
657 extra->Err.Overlap.szB );
737 void MC_(record_address_error) ( ThreadId tid, Addr a, Int szB,
746 if (VG_(is_watched)( (isWrite ? write_watchpoint : read_watchpoint), a, szB))
757 extra.Err.Addr.szB = szB;
763 void MC_(record_value_error) ( ThreadId tid, Int szB, UInt otag )
769 extra.Err.Value.szB = szB;
847 ai->Addr.Block.block_szB = mc->szB;
865 Addr src, Addr dst, SizeT szB )
871 extra.Err.Overlap.szB = szB;
985 return ( extra1->Err.Addr.szB == extra2->Err.Addr.szB
989 return ( extra1->Err.Value.szB == extra2->Err.Value.szB
1007 return VG_(addr_is_in_block)( a, mc->data, mc->szB,
1013 return VG_(addr_is_in_block)( a, mc->data, mc->szB,
1056 ai->Addr.Block.block_szB = mc->szB;
1070 ai->Addr.Block.block_szB = mc->szB;
1234 ai->Addr.Block.block_szB = mc->szB;
1417 return (ekind == Err_Value && extra->Err.Value.szB == su_szB);
1428 return (ekind == Err_Addr && extra->Err.Addr.szB == su_szB);
1492 switch ( extra->Err.Addr.szB ) {
1503 switch ( extra->Err.Value.szB ) {
1572 += extra->Err.Leak.lr->szB + extra->Err.Leak.lr->indirect_szB;