Lines Matching refs:error

211     error (0, 0, "Couldn't decompress section [%zd] %s: %s",
234 error (0, 0, "Couldn't get shdr for section [%zd]", ndx);
306 error (0, errno, "Couldn't open %s\n", fname);
313 error (0, 0, "Couldn't open ELF file %s for reading: %s",
323 error (0, 0, "Cannot handle ar files: %s", fname);
325 error (0, 0, "Unknown file type: %s", fname);
332 error (0, errno, "Couldn't fstat %s", fname);
339 error (0, 0, "Couldn't get ehdr for %s: %s", fname, elf_errmsg (-1));
347 error (0, 0, "Couldn't get section header string table index in %s: %s",
355 error (0, 0, "Couldn't get number of sections in %s: %s",
362 error (0, 0, "ELF file %s has no sections", fname);
371 error (0, 0, "Couldn't get phdrnum: %s", elf_errmsg (-1));
427 error (0, 0, "Unexpected section number %zd, expected only %zd",
436 error (0, 0, "Couldn't get shdr for section %zd", ndx);
443 error (0, 0, "Couldn't get name for section %zd", ndx);
501 error (0, 0,
533 error (0, 0, "Not enough memory for new strtab");
557 error (0, errno, "Couldn't create output file %s", fnew);
567 error (0, 0, "Couldn't open new ELF %s for writing: %s",
575 error (0, 0, "Couldn't create new ehdr: %s", elf_errmsg (-1));
582 error (0, 0, "Couldn't get new ehdr: %s", elf_errmsg (-1));
595 error (0, 0, "Couldn't update ehdr: %s", elf_errmsg (-1));
604 error (0, 0, "Couldn't create phdrs: %s", elf_errmsg (-1));
614 error (0, 0, "Couldn't get phdr %zd: %s", cnt, elf_errmsg (-1));
619 error (0, 0, "Couldn't create phdr %zd: %s", cnt,
664 error (0, 0, "Couldn't get shdr for section %zd", ndx);
672 error (0, 0, "Couldn't get name for section %zd", ndx);
736 error (0, 0, "Internal error,"
801 error (0, 0, "Internal error,"
835 error (0, 0, "Couldn't create new section %zd", ndx);
843 error (0, 0, "Couldn't get shdr for section %zd", ndx);
849 error (0, 0, "Couldn't update section header %zd", ndx);
862 error (0, 0, "Couldn't get data from section %zd", ndx);
869 error (0, 0, "Couldn't create new data for section %zd", ndx);
887 error (0, 0, "Couldn't get name for section [%zd]", ndx);
896 error (0, 0, "No memory to add section name string table");
934 error (0, 0, "Couldn't get symtab data for section [%zd] %s",
942 error (0, 0, "Internal error, symstrents already set,"
953 error (0, 0, "Couldn't get symbol %zd", i);
965 error (0, 0, "Couldn't get symbol %zd name", i);
971 error (0, 0, "No memory to add to symbol name");
989 error (0, 0, "Couldn't get new section header string table [%zd]",
997 error (0, 0, "Couldn't create new section header string table data");
1002 error (0, 0, "Not enough memory to create string table");
1011 error (0, 0, "Couldn't get shdr for new section strings %zd",
1031 error (0, 0, "Couldn't update new section strings [%zd]",
1047 error (0, 0, "Couldn't get section header string table [%zd]",
1055 error (0, 0, "Couldn't get shdr for old section strings [%zd]",
1063 error (0, 0, "Couldn't get name for old section strings [%zd]",
1090 error (0, 0, "Couldn't re-get new ehdr: %s", elf_errmsg (-1));
1098 error (0, 0, "Couldn't set new shdrstrndx: %s", elf_errmsg (-1));
1115 error (0, 0, "Couldn't get shdr for section %zd", ndx);
1137 error (0, 0, "Couldn't update section header %zd", ndx);
1149 error (0, 0, "Couldn't get new symtab data section [%zd]",
1161 error (0, 0, "2 Couldn't get symbol %zd", i);
1171 error (0, 0, "Couldn't update symbol %zd", i);
1188 error (0, 0, "Couldn't get symbol table [%zd]",
1196 error (0, 0, "Couldn't get old symbol table shdr [%zd]",
1204 error (0, 0, "Couldn't get old symbol table name [%zd]",
1236 error (0, 0, "Couldn't get ehdr: %s", elf_errmsg (-1));
1251 error (0, 0, "Couldn't update ehdr: %s", elf_errmsg (-1));
1261 error (0, 0, "Couldn't write %s: %s", fnew, elf_errmsg (-1));
1274 error (0, errno, "Couldn't fchown %s", fnew);
1277 error (0, errno, "Couldn't fchmod %s", fnew);
1283 error (0, errno, "Couldn't rename %s to %s", fnew, fname);