Searched refs:emiN (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/exp-sgcheck/ |
D | pc_common.c | 287 static void emiN ( HChar* format, ... ) /* With NO FORMAT CHECK */ in emiN() function 329 emiN( " <auxwhat>Expected: %pS</auxwhat>\n", in pc_pp_Error() 331 emiN( " <auxwhat>Actual: %pS</auxwhat>\n", in pc_pp_Error() 436 emiN( " %pS\n", in pc_pp_Error() 439 emiN( " %pS\n", in pc_pp_Error() 442 emiN( " <auxwhat>Address 0x%llx is %llu bytes " in pc_pp_Error()
|
/external/valgrind/main/memcheck/ |
D | mc_errors.c | 290 static void emiN ( HChar* format, ... ) /* NO FORMAT CHECK */ in emiN() function 353 emiN( "%sAddress 0x%llx is %llu bytes " in mc_pp_AddrInfo() 377 emiN( "%sAddress 0x%llx is in the %pS segment of %pS%s\n", in mc_pp_AddrInfo() 465 emiN( " <what>%pS contains unaddressable byte(s)</what>\n", in MC_() 523 emiN( " <what>Syscall param %pS contains " in MC_() 545 emiN( " <what>Syscall param %pS points to %s byte(s)</what>\n", in MC_() 673 emiN( " <what>Source and destination overlap " in MC_() 687 emiN( "Source and destination overlap in %pS(%#lx, %#lx)\n", in MC_()
|