Searched refs:fail_elf (Results 1 – 1 of 1) sorted by relevance
/external/elfutils/tests/ |
D | elfstrmerge.c | 128 fail_elf (const char *msg, const char *fname) in fail_elf() function 172 fail_elf ("couldn't open ELF file for reading", fname); in main() 176 fail_elf ("Couldn't get ehdr", fname); in main() 181 fail_elf ("couldn't get section header string table index", fname); in main() 187 fail_elf ("couldn't get section header string table section", fname); in main() 201 fail_elf ("couldn't get shdr", fname); in main() 223 fail_elf ("Couldn't get strtab section", fname); in main() 237 fail_elf ("Couldn't get number of phdrs", fname); in main() 251 fail_elf ("Couldn't get number of sections", fname); in main() 296 fail_elf ("couldn't get symtab data", fname); in main() [all …]
|