Home | History | Annotate | Download | only in tests

Lines Matching refs:cnt

49   int cnt;
70 for (cnt = 2; cnt < argc; ++cnt)
71 if (handle_section (elf, elf_getscn (elf, atoi (argv[cnt]))) != 0)
73 error (EXIT_FAILURE, 0, "while processing section %d: %s", cnt,
154 size_t cnt;
156 for (cnt = 0; cnt < size; cnt += 16)
160 printf ("%*Zx: ", sizeof (size_t) == 4 ? 8 : 16, (size_t) offset + cnt);
162 for (inner = 0; inner < 16 && cnt + inner < size; ++inner)
163 printf (" %02hhx", buf[cnt + inner]);
176 size_t cnt;
178 for (cnt = 0; cnt < nsym; ++cnt)
181 GElf_Sym *sym = gelf_getsym (data, cnt, &sym_mem);
184 cnt,