Lines Matching refs:errno
143 die("Cannot read ELF header: %s\n", strerror(errno));
188 die("Seek to %d failed: %s\n", ehdr.e_shoff, strerror(errno));
196 i, ehdr.e_shnum, strerror(errno));
220 sec->shdr.sh_offset, strerror(errno));
224 die("Cannot read symbol table: %s\n", strerror(errno));
244 sec->shdr.sh_offset, strerror(errno));
248 die("Cannot read symbol table: %s\n", strerror(errno));
279 sec->shdr.sh_offset, strerror(errno));
283 die("Cannot read symbol table: %s\n", strerror(errno));
307 sec->shdr_offset, strerror(errno));
311 i, ehdr.e_shnum, strerror(errno));
321 sec->shdr_offset, strerror(errno));
325 i, ehdr.e_shnum, strerror(errno));
496 sec_reloc->shdr.sh_offset, strerror(errno));