PRINTERR           44 tools/elf2flt/elf-arm.c             PRINTERR(stderr, "section %u(%s) reloc %u sym '%s': out of bounds relocation, offset %d size %u\n",
PRINTERR          113 tools/elf2flt/elf-arm.c                       PRINTERR(stderr, "section %u reloc %u sym '%s': relocation %u out of range (%#lx -> %#x)\n",
PRINTERR          152 tools/elf2flt/elf-arm.c 					    PRINTERR( stderr, "%s is requested from unusual place .text+0x%x\n", reloc_name,locoffset-text.flat_offset);
PRINTERR          204 tools/elf2flt/elf-arm.c 		PRINTERR(stderr, "Unknown relocation type %d\n",type);
PRINTERR          247 tools/elf2flt/elf-arm.c 		PRINTERR(stderr, "Only R_ARM_ABS32 relocations could be processed as imported symbol (%s). Please compile with -mlong-call or use manual import\n",symname);
PRINTERR          117 tools/elf2flt/elfflt.c     	PRINTERR(stderr, "Warning: not found '%s' symbol\n", symbol);
PRINTERR          123 tools/elf2flt/elfflt.c     	PRINTERR(stderr, "Warning: unknown section of '%s' symbol\n",symbol); 
PRINTERR          128 tools/elf2flt/elfflt.c     	PRINTERR(stderr, "Warning: wrong section of '%s' symbol - %s while required %s\n", 
PRINTERR          172 tools/elf2flt/elfflt.c         PRINTERR(stderr, "elf2flt unknown symbolidx #%d for relocation %s:%d\n", symidx, base_sect->name,relidx);
PRINTERR          198 tools/elf2flt/elfflt.c           PRINTERR(stderr, "elf2flt unknown symbol: '%s'\n", name);
PRINTERR          213 tools/elf2flt/elfflt.c           PRINTERR(stderr, "elf2flt unknown segment %d for name: '%s'\n", s.st_shndx, name);
PRINTERR          335 tools/elf2flt/elfflt.c 	PRINTERR(stderr,"__div0 should be .text symbol\n");
PRINTERR          398 tools/elf2flt/elfflt.c     	PRINTERR(stderr, "ELF header problems\n");
PRINTERR          445 tools/elf2flt/elfflt.c     if (ret != sizeof(shdr)) { PRINTERR(stderr, "input error at %s:%d :loaded%d",__FILE__,__LINE__,ret);return ELFFLT_INPUT_ERROR;}
PRINTERR          451 tools/elf2flt/elfflt.c     if (ret != sizeof(name)) {PRINTERR(stderr, "input error at %s:%d",__FILE__,__LINE__); return ELFFLT_INPUT_ERROR;}
PRINTERR          483 tools/elf2flt/elfflt.c       PRINTERR(stderr,"RELA relocs are not supported.");
PRINTERR          501 tools/elf2flt/elfflt.c     PRINTERR(stderr,"No symbol table found.");
PRINTERR          505 tools/elf2flt/elfflt.c     PRINTERR(stderr,"No strings table found.");
PRINTERR          509 tools/elf2flt/elfflt.c     PRINTERR(stderr, "No .text segment found.");
PRINTERR          514 tools/elf2flt/elfflt.c       PRINTERR(stderr,"Found no reloc sections. Please link with -r -d options.\n");
PRINTERR          570 tools/elf2flt/elfflt.c   if ( !flat_buf) { PRINTERR(stderr, "fail to malloc flat buf\n"); return ELFFLT_OUTPUT_ERROR;}
PRINTERR          576 tools/elf2flt/elfflt.c   if ( !flat_import_buf) { PRINTERR(stderr, "fail to malloc flat import buf\n"); return ELFFLT_OUTPUT_ERROR;}
PRINTERR          651 tools/elf2flt/elfflt.c     PRINTERR(stderr, "No or invalid section of _module_info. This symbol should be initialized as ModuleInfo structure.\n");
PRINTERR          658 tools/elf2flt/elfflt.c     PRINTERR(stderr, "Wrong _module_info->magicnum value. Please check correct filling of this structure\n");
PRINTERR          663 tools/elf2flt/elfflt.c     PRINTERR(stderr, "Wrong _module_info->sizeof_struct value. Please check correct filling of this structure\n");
PRINTERR           72 tools/elf2flt/main.c     	PRINTERR(stderr, "elf2flt: Internal error\n");
PRINTERR          103 tools/elf2flt/myio.c 		PRINTERR(stderr,"No import file '%s' found\n",importfile);
PRINTERR          133 tools/elf2flt/myio.c 			PRINTERR(stderr,"Import file should have unix EOL format\n");
PRINTERR          222 tools/elf2flt/myio.c 		PRINTERR(stderr,"No stoplist file '%s' found\n",stopfile);
PRINTERR          303 tools/elf2flt/myio.c 			PRINTERR(stderr,"%s\n",cur->warning);