Lines Matching refs:szB

93          SizeT szB;   // size of value in bytes
115 SizeT szB; // not used for exec (jump) errors
166 SizeT szB; // Size in bytes; 0 if unused.
306 lr->szB + lr->indirect_szB,
310 lr->szB,
329 lr->szB + lr->indirect_szB, d_bytes,
330 lr->szB, d_direct_bytes,
337 lr->szB + lr->indirect_szB );
344 lr->szB, d_direct_bytes,
348 emit( " <leakedbytes>%ld</leakedbytes>\n", lr->szB);
358 lr->szB + lr->indirect_szB, d_bytes,
359 lr->szB, d_direct_bytes,
368 lr->szB, d_direct_bytes,
413 extra->Err.Value.szB );
422 extra->Err.Value.szB );
569 extra->Err.Addr.szB );
577 extra->Err.Addr.szB );
605 if (extra->Err.Overlap.szB == 0) {
615 extra->Err.Overlap.szB );
619 if (extra->Err.Overlap.szB == 0) {
627 extra->Err.Overlap.szB );
686 void MC_(record_address_error) ( ThreadId tid, Addr a, Int szB,
695 if (VG_(is_watched)( (isWrite ? write_watchpoint : read_watchpoint), a, szB))
706 extra.Err.Addr.szB = szB;
712 void MC_(record_value_error) ( ThreadId tid, Int szB, UInt otag )
718 extra.Err.Value.szB = szB;
796 ai->Addr.Block.block_szB = mc->szB;
813 Addr src, Addr dst, SizeT szB )
819 extra.Err.Overlap.szB = szB;
908 return ( extra1->Err.Addr.szB == extra2->Err.Addr.szB
912 return ( extra1->Err.Value.szB == extra2->Err.Value.szB
930 return VG_(addr_is_in_block)( a, mc->data, mc->szB,
936 return VG_(addr_is_in_block)( a, mc->data, mc->szB,
979 ai->Addr.Block.block_szB = mc->szB;
992 ai->Addr.Block.block_szB = mc->szB;
1152 ai->Addr.Block.block_szB = mc->szB;
1298 return (ekind == Err_Value && extra->Err.Value.szB == su_szB);
1309 return (ekind == Err_Addr && extra->Err.Addr.szB == su_szB);
1362 switch ( extra->Err.Addr.szB ) {
1373 switch ( extra->Err.Value.szB ) {
1436 += extra->Err.Leak.lr->szB + extra->Err.Leak.lr->indirect_szB;