Home | History | Annotate | Download | only in msan

Lines Matching refs:Printf

122     Printf("Exit code not in [0, 128) range: %d\n", f->exit_code);
193 // Printf("Expected UMR\n");
209 Printf(" ORIGIN: invalid (%x). Might be a bug in MemorySanitizer, "
231 Printf("Exiting\n");
250 Printf("Unlimited stack, doing reexec\n");
258 Printf("MSAN_OPTIONS: %s\n", msan_options ? msan_options : "<empty>");
263 Printf("msan_track_origins\n");
267 Printf("FATAL: MemorySanitizer can not mmap the shadow memory.\n");
268 Printf("FATAL: Make sure to compile with -fPIE and to link with -pie.\n");
269 Printf("FATAL: Disabling ASLR is known to cause this error.\n");
270 Printf("FATAL: If running under GDB, try "
285 Printf("MemorySanitizer init done\n");
313 Printf("%x%x ", s[i] >> 4, s[i] & 0xf);
315 Printf("\n");
318 Printf(" o: %x ", o[i]);
320 Printf("\n");
326 Printf("#%d:%zx ", i, __msan_param_tls[i]);
328 Printf("\n");
426 Printf("First time: id=%d %s \n", id, descr + 4);
430 Printf("__msan_set_alloca_origin: descr=%s id=%x\n", descr + 4, id);