Lines Matching refs:eprintf
34 #define eprintf(...) fprintf ( stderr, __VA_ARGS__ ) macro
116 eprintf ( "Could not allocate %zd bytes\n", len ); in xmalloc()
161 eprintf ( "Unsupported relocation size %zd\n", size ); in generate_pe_reloc()
242 eprintf ( "Cannot open %s: ", filename ); in open_input_bfd()
251 eprintf ( "%s is not an object file\n", filename ); in open_input_bfd()
413 eprintf ( "Cannot read section %s: ", section->name ); in process_section()
488 eprintf ( "Unrecognised relocation type %s\n", howto->name ); in process_reloc()
639 eprintf ( "Could not seek to %lx: %s\n", in write_pe_file()
647 eprintf ( "Could not write section %.8s: %s\n", in write_pe_file()
717 eprintf ( "Could not open %s for writing: %s\n", in elf2pe()
734 eprintf ( "Syntax: %s [--subsystem=<number>] infile outfile\n", in print_help()
768 eprintf ( "Invalid subsytem \"%s\"\n", in parse_options()