Lines Matching refs:fail_elf
129 fail_elf (const char *msg, const char *fname)
214 fail_elf ("couldn't open ELF file for reading", fname);
218 fail_elf ("Couldn't get ehdr", fname);
223 fail_elf ("couldn't get section header string table index", fname);
229 fail_elf ("couldn't get section header string table section", fname);
243 fail_elf ("couldn't get shdr", fname);
265 fail_elf ("Couldn't get strtab section", fname);
279 fail_elf ("Couldn't get number of phdrs", fname);
293 fail_elf ("Couldn't get number of sections", fname);
338 fail_elf ("couldn't get symtab data", fname);
395 fail_elf ("couldn't open new ELF for writing", fnew);
399 fail_elf ("Couldn't create new ehdr", fnew);
402 fail_elf ("Couldn't get ehdr", fnew);
422 fail_elf ("Couldn't get section zero", fnew);
425 fail_elf ("Couldn't update section zero", fnew);
436 fail_elf ("Couldn't create phdrs", fnew);
643 fail_elf ("Couldn't get ehdr", fnew);
653 fail_elf ("Couldn't update ehdr", fnew);
659 fail_elf ("Couldn't write ELF", fnew);