Lines Matching refs:errno
208 die("Cannot read ELF header: %s\n", strerror(errno)); in read_ehdr()
270 die("Seek to %d failed: %s\n", ehdr.e_shoff, strerror(errno)); in read_shdrs()
278 i, ehdr.e_shnum, strerror(errno)); in read_shdrs()
311 sec->shdr.sh_offset, strerror(errno)); in read_strtabs()
315 die("Cannot read symbol table: %s\n", strerror(errno)); in read_strtabs()
335 sec->shdr.sh_offset, strerror(errno)); in read_symtabs()
339 die("Cannot read symbol table: %s\n", strerror(errno)); in read_symtabs()
379 sec->shdr.sh_offset, strerror(errno)); in read_relocs()
383 die("Cannot read symbol table: %s\n", strerror(errno)); in read_relocs()
420 sec->shdr_offset, strerror(errno)); in remove_relocs()
424 i, ehdr.e_shnum, strerror(errno)); in remove_relocs()
434 sec->shdr_offset, strerror(errno)); in remove_relocs()
438 i, ehdr.e_shnum, strerror(errno)); in remove_relocs()
614 sec_reloc->shdr.sh_offset, strerror(errno)); in emit_relocs()