Lines Matching refs:Printf
50 Printf("%s%p:", before, (void*)a); in PrintBytes()
52 Printf(" %x%x", bytes[i] >> 4, bytes[i] & 15); in PrintBytes()
54 Printf("\n"); in PrintBytes()
61 Printf("Shadow byte and word:\n"); in PrintShadowMemoryForAddress()
62 Printf(" %p: %x\n", (void*)shadow_addr, *(unsigned char*)shadow_addr); in PrintShadowMemoryForAddress()
65 Printf("More shadow bytes:\n"); in PrintShadowMemoryForAddress()
76 Printf("malloc_zone_from_ptr(%p) = %p, which is %s\n", in PrintZoneForPointer()
79 Printf("malloc_zone_from_ptr(%p) = %p, which doesn't have a name\n", in PrintZoneForPointer()
83 Printf("malloc_zone_from_ptr(%p) = 0\n", ptr); in PrintZoneForPointer()
99 Printf(" '%s' is ascii string '%s'\n", g.name, (char*)g.beg); in PrintGlobalNameIfASCII()
105 Printf("%p is located ", (void*)addr); in DescribeAddressRelativeToGlobal()
107 Printf("%zd bytes to the left", g.beg - addr); in DescribeAddressRelativeToGlobal()
109 Printf("%zd bytes to the right", addr - (g.beg + g.size)); in DescribeAddressRelativeToGlobal()
111 Printf("%zd bytes inside", addr - g.beg); // Can it happen? in DescribeAddressRelativeToGlobal()
113 Printf(" of global variable '%s' (0x%zx) of size %zu\n", in DescribeAddressRelativeToGlobal()
125 Printf(kAddrInShadowReport, addr, "shadow gap area"); in DescribeAddressIfShadow()
129 Printf(kAddrInShadowReport, addr, "high shadow area"); in DescribeAddressIfShadow()
133 Printf(kAddrInShadowReport, addr, "low shadow area"); in DescribeAddressIfShadow()
158 Printf("Address %p is located at offset %zu " in DescribeAddressIfStack()
165 Printf(" This frame has %zu object(s):\n", n_objects); in DescribeAddressIfStack()
174 Printf("AddressSanitizer can't parse the stack frame " in DescribeAddressIfStack()
182 Printf(" [%zu, %zu) '%s'\n", beg, beg + size, buf); in DescribeAddressIfStack()
184 Printf("HINT: this may be a false positive if your program uses " in DescribeAddressIfStack()
213 Printf("Thread T%d created by T%d here:\n", in DescribeThread()
247 Printf("====================================================" in ScopedInErrorReport()
282 Printf("AddressSanitizer can not provide additional info.\n"); in ReportSIGSEGV()
339 Printf("free_common(%p) -- attempting to free unallocated memory.\n" in WarnMacFreeUnallocated()
353 Printf("mz_realloc(%p) -- attempting to realloc unallocated memory.\n" in ReportMacMzReallocUnknown()
364 Printf("cf_realloc(%p) -- attempting to realloc unallocated memory.\n" in ReportMacCfReallocUnknown()
429 Printf("%s of size %zu at %p thread T%d\n", in __asan_report_error()