Lines Matching refs:Printf
126 Printf("Exit code not in [0, 128) range: %d\n", f->exit_code); in ParseFlagsFromString()
218 Printf(" ORIGIN: invalid (%x). Might be a bug in MemorySanitizer, " in PrintWarningWithOrigin()
239 Printf("Exiting\n"); in __msan_warning()
248 Printf("Exiting\n"); in __msan_warning_noreturn()
269 Printf("Unlimited stack, doing reexec\n"); in __msan_init()
277 Printf("MSAN_OPTIONS: %s\n", msan_options ? msan_options : "<empty>"); in __msan_init()
282 Printf("msan_track_origins\n"); in __msan_init()
286 Printf("FATAL: MemorySanitizer can not mmap the shadow memory.\n"); in __msan_init()
287 Printf("FATAL: Make sure to compile with -fPIE and to link with -pie.\n"); in __msan_init()
288 Printf("FATAL: Disabling ASLR is known to cause this error.\n"); in __msan_init()
289 Printf("FATAL: If running under GDB, try " in __msan_init()
304 Printf("MemorySanitizer init done\n"); in __msan_init()
336 Printf("%x%x ", s[i] >> 4, s[i] & 0xf); in __msan_print_shadow()
338 Printf("\n"); in __msan_print_shadow()
341 Printf(" o: %x ", o[i]); in __msan_print_shadow()
343 Printf("\n"); in __msan_print_shadow()
349 Printf("#%d:%zx ", i, __msan_param_tls[i]); in __msan_print_param_shadow()
351 Printf("\n"); in __msan_print_param_shadow()
449 Printf("First time: id=%d %s \n", id, descr + 4); in __msan_set_alloca_origin()
453 Printf("__msan_set_alloca_origin: descr=%s id=%x\n", descr + 4, id); in __msan_set_alloca_origin()