Searched refs:PRIx64 (Results 1 – 5 of 5) sorted by relevance
/arch/mips/tools/ |
D | loongson3-llsc-check.c | 152 fprintf(stderr, "%" PRIx64 ": LL not preceded by sync\n", pc); in check_ll() 163 fprintf(stderr, "%" PRIx64 ": LL has no matching SC\n", pc); in check_ll() 188 fprintf(stderr, "%" PRIx64 ": Branch target not a sync\n", in check_ll() 201 fprintf(stderr, "%" PRIx64 ": Section size not a multiple of 4\n", in check_code() 208 fprintf(stderr, "%" PRIx64 ": First instruction in section is an LL\n", in check_code()
|
D | elf-entry.c | 100 printf("0x%016" PRIx64 "\n", entry); in main()
|
/arch/mips/vdso/ |
D | genvdso.h | 117 "\t.%s = 0x%" PRIx64 ",\n", in FUNC()
|
/arch/x86/tools/ |
D | relocs.c | 544 format = "%5d %016"PRIx64" %5"PRId64" %10s %10s %12s %s\n"; in print_absolute_symbols() 584 format = "%016"PRIx64" %016"PRIx64" %10s %016"PRIx64" %s\n"; in print_absolute_relocs()
|
/arch/x86/kvm/ |
D | lapic.c | 52 #define PRIx64 "llx" macro
|