Home
last modified time | relevance | path

Searched refs:fprintf (Results 1 – 25 of 27) sorted by relevance

12

/arch/mips/vdso/
Dgenvdso.c117 fprintf(stderr, "%s: Failed to open '%s': %s\n", program_name, in map_vdso()
123 fprintf(stderr, "%s: Failed to stat '%s': %s\n", program_name, in map_vdso()
132 fprintf(stderr, "%s: Failed to map '%s': %s\n", program_name, in map_vdso()
142 fprintf(stderr, "%s: '%s' is not an ELF file\n", program_name, in map_vdso()
154 fprintf(stderr, "%s: '%s' has invalid ELF class\n", in map_vdso()
166 fprintf(stderr, "%s: '%s' has invalid ELF data order\n", in map_vdso()
173 fprintf(stderr, in map_vdso()
179 fprintf(stderr, in map_vdso()
216 fprintf(stderr, in main()
242 fprintf(stderr, "%s: Failed to sync '%s': %s\n", program_name, in main()
[all …]
Dgenvdso.h34 fprintf(stderr, in FUNC()
42 fprintf(stderr, in FUNC()
81 fprintf(stderr, "%s: '%s' has no symbol table\n", program_name, in FUNC()
116 fprintf(out_file, in FUNC()
124 fprintf(stderr, in FUNC()
/arch/x86/tools/
Dinsn_sanity.c41 fprintf(stderr, "%s: Error: %s\n\n", prog, err); in usage()
42 fprintf(stderr, "Usage: %s [-y|-n|-v] [-s seed[,no]] [-m max] [-i input]\n", prog); in usage()
43 fprintf(stderr, "\t-y 64bit mode\n"); in usage()
44 fprintf(stderr, "\t-n 32bit mode\n"); in usage()
45 fprintf(stderr, "\t-v Verbosity(-vv dumps any decoded result)\n"); in usage()
46 fprintf(stderr, "\t-s Give a random seed (and iteration number)\n"); in usage()
47 fprintf(stderr, "\t-m Give a maximum iteration number\n"); in usage()
48 fprintf(stderr, "\t-i Give an input file with decoded binary\n"); in usage()
55 fprintf(fp, "%s.%s = {\n", indent, name); in dump_field()
56 fprintf(fp, "%s\t.value = %d, bytes[] = {%x, %x, %x, %x},\n", in dump_field()
[all …]
Dinsn_decoder_test.c34 fprintf(stderr, "Usage: objdump -d a.out | awk -f objdump_reformat.awk" in usage()
36 fprintf(stderr, "\t-y 64bit mode\n"); in usage()
37 fprintf(stderr, "\t-n 32bit mode\n"); in usage()
38 fprintf(stderr, "\t-v verbose mode\n"); in usage()
44 fprintf(stderr, "%s: error: malformed line %d:\n%s", in malformed_line()
53 fprintf(stderr, "%s: warning: ", prog); in pr_warn()
62 fprintf(fp, "%s.%s = {\n", indent, name); in dump_field()
63 fprintf(fp, "%s\t.value = %d, bytes[] = {%x, %x, %x, %x},\n", in dump_field()
66 fprintf(fp, "%s\t.got = %d, .nbytes = %d},\n", indent, in dump_field()
72 fprintf(fp, "Instruction = {\n"); in dump_insn()
[all …]
/arch/x86/entry/vdso/
Dvdso2c.h14 fprintf(outfile, "\n\t"); in BITSFUNC()
15 fprintf(outfile, "0x%02X, ", (int)(data)[i]); in BITSFUNC()
38 fprintf(outfile, "static const unsigned char %s[%zu] = {", name, len); in BITSFUNC()
40 fprintf(outfile, "\n};\n\n"); in BITSFUNC()
180 fprintf(outfile, "/* AUTOMATICALLY GENERATED -- DO NOT EDIT */\n\n"); in BITSFUNC()
181 fprintf(outfile, "#include <linux/linkage.h>\n"); in BITSFUNC()
182 fprintf(outfile, "#include <asm/page_types.h>\n"); in BITSFUNC()
183 fprintf(outfile, "#include <asm/vdso.h>\n"); in BITSFUNC()
184 fprintf(outfile, "\n"); in BITSFUNC()
185 fprintf(outfile, in BITSFUNC()
[all …]
Dvdso2c.c113 fprintf(stderr, "Error: "); in fail()
/arch/sparc/vdso/
Dvdso2c.h118 fprintf(outfile, "/* AUTOMATICALLY GENERATED -- DO NOT EDIT */\n\n"); in BITSFUNC()
119 fprintf(outfile, "#include <linux/cache.h>\n"); in BITSFUNC()
120 fprintf(outfile, "#include <asm/vdso.h>\n"); in BITSFUNC()
121 fprintf(outfile, "\n"); in BITSFUNC()
122 fprintf(outfile, in BITSFUNC()
127 fprintf(outfile, "\n\t"); in BITSFUNC()
128 fprintf(outfile, "0x%02X, ", in BITSFUNC()
131 fprintf(outfile, "\n};\n\n"); in BITSFUNC()
133 fprintf(outfile, "const struct vdso_image %s_builtin = {\n", name); in BITSFUNC()
134 fprintf(outfile, "\t.data = raw_data,\n"); in BITSFUNC()
[all …]
Dvdso2c.c89 fprintf(stderr, "Error: "); in fail()
/arch/alpha/boot/tools/
Dobjstrip.c45 fprintf(stderr, in usage()
153 fprintf(stderr, "%s: %s is not an ELF executable\n", in main()
158 fprintf(stderr, "%s: is not for this processor (e_machine=%d)\n", in main()
163 fprintf(stderr, in main()
191 fprintf(stderr, "%s: extracting %#016lx-%#016lx (at %lx)\n", in main()
201 fprintf(stderr, "%s: %s is not in executable format\n", in main()
207 fprintf(stderr, "%s: %s has unexpected optional header size\n", in main()
213 fprintf(stderr, "%s: %s is not an OMAGIC file\n", in main()
222 fprintf(stderr, "%s: extracting %#016lx-%#016lx (at %lx)\n", in main()
234 fprintf(stderr, "%s: copying %lu byte from %s\n", in main()
[all …]
Dmkbb.c96 fprintf(stderr, "Usage: %s device lxboot\n", argv[0]); in main()
119 fprintf(stderr, "expected %zd, got %d\n", sizeof(bootblock), nread); in main()
127 fprintf(stderr, "expected %zd, got %d\n", sizeof(bootblock), nread); in main()
/arch/arm/boot/compressed/
Ddecompress.c17 # define Trace(x) fprintf x
18 # define Tracev(x) {if (verbose) fprintf x ;}
19 # define Tracevv(x) {if (verbose>1) fprintf x ;}
20 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;}
21 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;}
/arch/mips/tools/
Dloongson3-llsc-check.c60 fprintf(f, "Usage: loongson3-llsc-check /path/to/vmlinux\n"); in usage()
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()
271 fprintf(stderr, "vmlinux is not an ELF?\n"); in main()
276 fprintf(stderr, "vmlinux is not 64b?\n"); in main()
281 fprintf(stderr, "vmlinux is not little endian?\n"); in main()
306 fprintf(stdout, "loongson3-llsc-check returns %s\n", in main()
/arch/alpha/boot/
Dmisc.c66 # define Trace(x) fprintf x
67 # define Tracev(x) {if (verbose) fprintf x ;}
68 # define Tracevv(x) {if (verbose>1) fprintf x ;}
69 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;}
70 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;}
/arch/powerpc/boot/
Dhack-coff.c38 fprintf(stderr, "Usage: hack-coff coff-file\n"); in main()
49 fprintf(stderr, "%s: not an xcoff file\n", av[1]); in main()
71 fprintf(stderr, "%s: write error\n", av[1]); in main()
78 fprintf(stderr, "%s: read error or file too short\n", av[1]); in main()
Dmktree.c51 fprintf(stderr, "usage: %s <zImage-file> <boot-image> <load address> <entry point>\n",argv[0]); in main()
100 fprintf(stderr, "%s is too small to be an ELF image\n", in main()
106 fprintf(stderr, "%s is not an ELF image\n", argv[1]); in main()
111 fprintf(stderr, "%s failed to seek in ELF image\n", argv[1]); in main()
Daddnote.c122 fprintf(stderr, "Usage: %s elf-file\n", av[0]); in main()
161 fprintf(stderr, "%s already has a note entry\n", in main()
233 fprintf(stderr, "%s: write truncated\n", av[1]); in main()
240 fprintf(stderr, "%s does not appear to be an ELF file\n", av[1]); in main()
244 fprintf(stderr, "sorry, I can't find space in %s to put the note\n", in main()
Dstdio.h13 #define fprintf(fmt, args...) printf(args) macro
/arch/mips/boot/
Delf2ecoff.c86 fprintf(stderr, "copy: read: %s\n", in copy()
111 fprintf(stderr, in combine()
139 fprintf(stderr, "%s: fseek: %s\n", name, strerror(errno)); in saveRead()
143 fprintf(stderr, "%s: Can't allocate %ld bytes.\n", name, in saveRead()
149 fprintf(stderr, "%s: read: %s.\n", in saveRead()
289 fprintf(stderr, in main()
301 fprintf(stderr, "Can't open %s for read: %s\n", in main()
309 fprintf(stderr, "ex: %s: %s.\n", in main()
386 fprintf(stderr, in main()
397 fprintf(stderr, in main()
[all …]
/arch/nios2/boot/compressed/
Dmisc.c56 # define Trace(x) fprintf x
57 # define Tracev(x) {if (verbose) fprintf x ; }
58 # define Tracevv(x) {if (verbose > 1) fprintf x ; }
59 # define Tracec(c, x) {if (verbose && (c)) fprintf x ; }
60 # define Tracecv(c, x) {if (verbose > 1 && (c)) fprintf x ; }
/arch/sparc/boot/
Dpiggyback.c66 fprintf(stderr, "Usage: piggyback bits vmlinux.aout System.map fs_img.gz\n"); in usage()
67 fprintf(stderr, "\tKernel image will be modified in place.\n"); in usage()
173 fprintf (stderr, "Couldn't find headers signature in %s\n", filename); in get_hdrs_offset()
194 fprintf(stderr, "Could not determine start and end from %s\n", in main()
203 fprintf (stderr, "Not a.out. Don't blame me.\n"); in main()
/arch/mips/boot/compressed/
Dcalc_vmlinuz_load_addr.c20 fprintf(stderr, "Usage: %s <pathname> <vmlinux_load_addr>\n", in main()
36 fprintf(stderr, "No matching characters\n"); in main()
/arch/x86/boot/compressed/
Dmkpiggy.c27 fprintf(stderr, "Usage: %s compressed_file\n", argv[0]); in main()
/arch/arm64/kvm/hyp/nvhe/
Dgen-hyprel.c163 fprintf(stderr, "error: %s: " fmt "\n", \
171 fprintf(stderr, "error: %s: " msg ": %s\n", \
445 fprintf(stderr, "Usage: %s <elf_input>\n", argv[0]); in main()
/arch/x86/um/os-Linux/
Dtask_size.c108 fprintf(stderr, "Unable to determine bottom of address " in os_get_top_address()
/arch/arm/vdso/
Dvdsomunge.c88 fprintf(stderr, "%s: ", argv0); in fail()

12