Lines Matching refs:emit

279 static void emit ( const HChar* format, ... ) PRINTF_CHECK(1, 2);
280 static void emit ( const HChar* format, ... ) in emit() function
313 emit( " <kind>%s</kind>\n", pc_get_error_name(err)); in pc_pp_Error()
322 emit( " <what>Invalid %s of size %ld</what>\n", in pc_pp_Error()
327 emit( " <auxwhat>Address %#lx expected vs actual:</auxwhat>\n", in pc_pp_Error()
336 emit( "Invalid %s of size %ld\n", in pc_pp_Error()
341 emit( " Address %#lx expected vs actual:\n", xe->XE.SorG.addr ); in pc_pp_Error()
342 emit( " Expected: %s\n", &xe->XE.SorG.expect[0] ); in pc_pp_Error()
343 emit( " Actual: %s\n", &xe->XE.SorG.actual[0] ); in pc_pp_Error()
345 emit(" Actual: is %s Expected\n", &xe->XE.SorG.delta[0]); in pc_pp_Error()
362 emit( " <what>Invalid %s of size %ld</what>\n", in pc_pp_Error()
367 emit( " <auxwhat>Address %#lx is not derived from " in pc_pp_Error()
372 emit( "Invalid %s of size %ld\n", in pc_pp_Error()
377 emit( " Address %#lx is not derived from " in pc_pp_Error()
396 emit( " <what>%s %s of size %ld</what>\n", in pc_pp_Error()
402 emit( " <auxwhat>Address %#lx is %lu bytes %s " in pc_pp_Error()
405 emit( " <auxwhat>%slegitimate range, " in pc_pp_Error()
413 emit( "%s %s of size %ld\n", in pc_pp_Error()
419 emit( " Address %#lx is %lu bytes %s the accessing pointer's\n", in pc_pp_Error()
421 emit( " %slegitimate range, a block of size %lu %s\n", in pc_pp_Error()
451 emit( " %s\n", in pc_pp_Error()
454 emit( " %s\n", in pc_pp_Error()
457 emit( " Address 0x%llx is %llu bytes " in pc_pp_Error()
478 emit( " <what>Invalid arguments to %s</what>\n", in pc_pp_Error()
484 emit( " <auxwhat>First arg not a pointer</auxwhat>\n" ); in pc_pp_Error()
486 emit( " <auxwhat>First arg may be a pointer</auxwhat>\n" ); in pc_pp_Error()
488 emit( " <auxwhat>First arg derived from address %#lx of " in pc_pp_Error()
498 emit( " <auxwhat>%s not a pointer</auxwhat>\n", which ); in pc_pp_Error()
500 emit( " <auxwhat>%s derived from address %#lx of " in pc_pp_Error()
508 emit( "Invalid arguments to %s\n", in pc_pp_Error()
514 emit( " First arg not a pointer\n" ); in pc_pp_Error()
516 emit( " First arg may be a pointer\n" ); in pc_pp_Error()
518 emit( " First arg derived from address %#lx of " in pc_pp_Error()
528 emit( " %s not a pointer\n", which ); in pc_pp_Error()
530 emit( " %s derived from address %#lx of " in pc_pp_Error()
563 emit( " <what>%s%s contains unaddressable byte(s)</what>\n", in pc_pp_Error()
567 emit( " <auxwhat>Address %#lx is %lu bytes inside a " in pc_pp_Error()
574 emit( " %s%s contains unaddressable byte(s)\n", in pc_pp_Error()
578 emit( " Address %#lx is %lu bytes inside a " in pc_pp_Error()
590 emit( " <what>%s%s is non-contiguous</what>\n", in pc_pp_Error()
595 emit( " <auxwhat>First byte is " in pc_pp_Error()
598 emit( " <auxwhat>First byte (%#lx) is %lu bytes inside a " in pc_pp_Error()
605 emit( " <auxwhat>Last byte is " in pc_pp_Error()
608 emit( " <auxwhat>Last byte (%#lx) is %lu bytes inside a " in pc_pp_Error()
616 emit( "%s%s is non-contiguous\n", in pc_pp_Error()
621 emit( " First byte is not inside a known block\n" ); in pc_pp_Error()
623 emit( " First byte (%#lx) is %lu bytes inside a " in pc_pp_Error()
630 emit( " Last byte is not inside a known block\n" ); in pc_pp_Error()
632 emit( " Last byte (%#lx) is %lu bytes inside a " in pc_pp_Error()