Home
last modified time | relevance | path

Searched refs:PRIx64 (Results 1 – 5 of 5) sorted by relevance

/arch/mips/tools/
Dloongson3-llsc-check.c152 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()
Delf-entry.c100 printf("0x%016" PRIx64 "\n", entry); in main()
/arch/mips/vdso/
Dgenvdso.h117 "\t.%s = 0x%" PRIx64 ",\n", in FUNC()
/arch/x86/tools/
Drelocs.c544 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/
Dlapic.c52 #define PRIx64 "llx" macro