Home
last modified time | relevance | path

Searched refs:FMT (Results 1 – 8 of 8) sorted by relevance

/arch/x86/tools/
A Drelocs.c33 # define FMT PRIu64 macro
40 # define FMT PRIu32 macro
395 die("Seek to %" FMT " failed: %s\n", ehdr.e_shoff, strerror(errno)); in read_ehdr()
421 die("Seek to %" FMT " failed: %s\n", ehdr.e_shoff, strerror(errno)); in read_shdrs()
457 die("malloc of %" FMT " bytes for strtab failed\n", sec->shdr.sh_size); in read_strtabs()
460 die("Seek to %" FMT " failed: %s\n", sec->shdr.sh_offset, strerror(errno)); in read_strtabs()
479 die("malloc of %" FMT " bytes for xsymtab failed\n", sec->shdr.sh_size); in read_symtabs()
482 die("Seek to %" FMT " failed: %s\n", sec->shdr.sh_offset, strerror(errno)); in read_symtabs()
495 die("malloc of %" FMT " bytes for symtab failed\n", sec->shdr.sh_size); in read_symtabs()
533 die("malloc of %" FMT " bytes for relocs failed\n", sec->shdr.sh_size); in read_relocs()
[all …]
/arch/s390/tools/
A Drelocs.c52 #define FMT PRIu64 macro
166 die("Seek to %" FMT " failed: %s\n", ehdr.e_shoff, strerror(errno)); in read_ehdr()
192 die("Seek to %" FMT " failed: %s\n", ehdr.e_shoff, strerror(errno)); in read_shdrs()
231 die("malloc of %" FMT " bytes for relocs failed\n", sec->shdr.sh_size); in read_relocs()
234 die("Seek to %" FMT " failed: %s\n", sec->shdr.sh_offset, strerror(errno)); in read_relocs()
/arch/m68k/fpsp040/
A Dstanh.S150 fmoves %d0,%fp1 | ...-SIGN(X)*2 IN SGL FMT
155 fmoves %d0,%fp0 | ...SGN IN SGL FMT
A Dstwotox.S235 fmovel N(%a6),%fp1 | ...N --> FLOATING FMT
338 fmovel N(%a6),%fp1 | ...N --> FLOATING FMT
A Dsasin.S98 movel %d0,-(%sp) | ...push SIGN(X) IN SGL-FMT
A Dssinh.S122 movel %d0,-(%sp) | ...EXTENDED FMT
/arch/m68k/ifpsp060/src/
A Dfplsp.S7775 mov.l %d1,-(%sp) # EXTENDED FMT
7924 fmov.s %d1,%fp1 # -SIGN(X)*2 IN SGL FMT
7929 fmov.s %d1,%fp0 # SGN IN SGL FMT
9010 fmov.l INT(%a6),%fp1 # N --> FLOATING FMT
9107 fmov.l INT(%a6),%fp1 # N --> FLOATING FMT
A Dfpsp.S6676 mov.l %d1,-(%sp) # push SIGN(X) IN SGL-FMT

Completed in 56 milliseconds