Searched refs:ELF_CHECK (Results 1 – 1 of 1) sorted by relevance
/external/elfutils/0.153/src/ |
D | unstrip.c | 242 #define ELF_CHECK(call, msg) \ macro 253 ELF_CHECK (gelf_newehdr (outelf, gelf_getclass (inelf)), in copy_elf() 258 ELF_CHECK (gelf_update_ehdr (outelf, ehdr), in copy_elf() 263 ELF_CHECK (gelf_newphdr (outelf, ehdr->e_phnum), in copy_elf() 268 ELF_CHECK (gelf_update_phdr (outelf, i, in copy_elf() 279 ELF_CHECK (gelf_update_shdr (newscn, gelf_getshdr (scn, &shdr_mem)), in copy_elf() 283 ELF_CHECK (data != NULL, _("cannot get section data: %s")); in copy_elf() 285 ELF_CHECK (newdata != NULL, _("cannot copy section data: %s")); in copy_elf() 349 ELF_CHECK (sym != NULL, _("cannot get symbol table entry: %s")); in symtab_count_leading_section_symbols() 353 ELF_CHECK (shdr != NULL, _("cannot get section header: %s")); in symtab_count_leading_section_symbols() [all …]
|