Lines Matching refs:FMT
33 #define FMT PRIu64 macro
35 #define FMT PRIu32 macro
419 die("Seek to %" FMT " failed: %s\n", ehdr.e_shoff, strerror(errno)); in read_ehdr()
446 die("Seek to %" FMT " failed: %s\n", in read_shdrs()
480 die("malloc of %" FMT " bytes for strtab failed\n", in read_strtabs()
484 die("Seek to %" FMT " failed: %s\n", in read_strtabs()
507 die("malloc of %" FMT " bytes for xsymtab failed\n", in read_symtabs()
511 die("Seek to %" FMT " failed: %s\n", in read_symtabs()
527 die("malloc of %" FMT " bytes for symtab failed\n", in read_symtabs()
531 die("Seek to %" FMT " failed: %s\n", in read_symtabs()
567 die("malloc of %" FMT " bytes for relocs failed\n", in read_relocs()
571 die("Seek to %" FMT " failed: %s\n", in read_relocs()