Lines Matching full:printf
91 printf ("cannot create assembler context: %s\n", asm_errmsg (-1));
99 printf ("cannot create section in output file: %s\n", asm_errmsg (-1));
107 printf ("cannot align .text section: %s\n", asm_errmsg (-1));
116 printf ("cannot insert uleb %" PRIu32 ": %s\n",
123 printf ("cannot insert sleb %" PRId32 ": %s\n",
130 printf ("cannot insert uleb %" PRIu32 ": %s\n",
137 printf ("cannot insert sleb %" PRId32 ": %s\n",
146 printf ("cannot create output file: %s\n", asm_errmsg (-1));
155 printf ("cannot open generated file: %m\n");
163 printf ("cannot create ELF descriptor: %s\n", elf_errmsg (-1));
177 printf ("cannot get ELF header: %s\n", elf_errmsg (-1));
198 printf ("cannot get section %Zd: %s\n", cnt, elf_errmsg (-1));
206 printf ("cannot get section header for section %Zd: %s\n",
215 printf ("section %Zd's name differs: %s vs %s\n", cnt,
223 printf ("section %Zd's type differs\n", cnt);
230 printf ("section %Zd's flags differs\n", cnt);
236 printf ("section %Zd's address differs\n", cnt);
245 printf ("section %Zd's offset differs\n", cnt);
252 printf ("section %Zd's size differs\n", cnt);
258 printf ("section %Zd's link differs\n", cnt);
264 printf ("section %Zd's info differs\n", cnt);
271 printf ("section %Zd's addralign differs\n", cnt);
277 printf ("section %Zd's entsize differs\n", cnt);
287 printf ("cannot get data of section %Zd\n", cnt);
294 printf ("data block size of section %Zd wrong: got %Zd, "
302 printf ("data block content of section %Zd wrong\n", cnt);