Home | History | Annotate | Download | only in tests

Lines Matching full:printf

124       printf ("elf_begin: %s\n", elf_errmsg (-1));
131 printf ("%s is not an archive\n", argv[1]);
150 printf ("cannot get arhdr: %s\n", elf_errmsg (-1));
172 printf (" name : \"%s\"\n"
194 printf (" *** cannot get ELF header: %s\n", elf_errmsg (-1));
197 printf (" binary class : %s\n",
200 printf (" data encoding: %s\n",
203 printf (" binary type : %s\n",
211 printf (" machine : %s\n",
223 printf ("error while freeing sub-ELF descriptor: %s\n",
233 printf ("no symbol table in archive: %s\n", elf_errmsg (-1));
239 printf ("name = \"%s\", offset = %ld, hash = %lx\n",
247 printf ("error while freeing ELF descriptor: %s\n", elf_errmsg (-1));