Lines Matching refs:printf

79 		printf("%s (%p) is not inside TLS region [%p-%p)\n", #ptr,     \
90 printf("tls check %s %p %p %p %p\n", where, &data_var, in check_tls()
94 printf("TLS alignment too small for data (need %ld, got %ld)\n", in check_tls()
100 printf("TLS alignment too small for bss (need %ld, got %ld)\n", in check_tls()
107 printf("TLS data region (%p) is not %ld aligned\n", in check_tls()
112 printf("overaligned_data_var (%p) is not %ld aligned\n", in check_tls()
117 printf("overaligned_bss_var (%p) is not %ld aligned\n", in check_tls()
122 printf("overaligned_non_tls_bss_var (%p) is not %ld aligned\n", in check_tls()
127 printf("%s: initialized thread var has wrong value (0x%" PRIx32 " instead of 0x%" PRIx32 ")\n", in check_tls()
132printf("%s: initialized overaligned thread var has wrong value (0x%" PRIx32 " instead of 0x%" PRIx… in check_tls()
138 printf("%s: uninitialized thread var has wrong value (0x%" PRIx32 " instead of 0x%" PRIx32 ")\n", in check_tls()
143printf("%s: overaligned uninitialized thread var has wrong value (0x%" PRIx32 " instead of 0x%" PR… in check_tls()
148printf("%s: overaligned uninitialized var has wrong value (0x%" PRIx32 " instead of 0x%" PRIx32 ")… in check_tls()
156 printf("%s: initialized thread var set to wrong value (0x%" PRIx32 " instead of 0x%" PRIx32 ")\n", in check_tls()
164printf("%s: overaligned initialized thread var set to wrong value (0x%" PRIx32 " instead of 0x%" P… in check_tls()
172 printf("%s: uninitialized thread var has wrong value (0x%" PRIx32 " instead of 0x%" PRIx32 ")\n", in check_tls()
180printf("%s: overaligned uninitialized thread var has wrong value (0x%" PRIx32 " instead of 0x%" PR… in check_tls()
187 printf("_set_tls didn't affect initialized addr %p\n", data_addr); in check_tls()
192 printf("_set_tls didn't affect initialized addr %p\n", overaligned_data_addr); in check_tls()
197 printf("_set_tls didn't affect uninitialized addr %p\n", bss_addr); in check_tls()
202 printf("_set_tls didn't affect uninitialized addr %p\n", overaligned_bss_addr); in check_tls()
223 printf("non-TLS bss data doesn't start shortly after TLS data " in check_tls()
240 printf("%s%08zx ", hdr, i + (size_t)ptr); in hexdump()
244 printf(" %02x", cp[offset]); in hexdump()
246 printf(" "); in hexdump()
248 printf("\n"); in hexdump()
264 printf("TLS region: %p-%p (%zd bytes)\n", __tdata_start, in main()
270 printf("ROM/RAM .tdata offset from .data mismatch. " in main()
279 printf("TLS data in RAM does not match ROM\n"); in main()
307 printf("New TLS data in RAM does not match ROM\n"); in main()
315 printf("TLS allocation failed\n"); in main()
320 printf("tls test result %d\n", result); in main()