Lines Matching refs:cnt
41 int cnt;
62 for (cnt = 2; cnt < argc; ++cnt)
63 if (handle_section (elf, elf_getscn (elf, atoi (argv[cnt]))) != 0)
65 error (EXIT_FAILURE, 0, "while processing section %d: %s", cnt,
146 size_t cnt;
148 for (cnt = 0; cnt < size; cnt += 16)
152 printf ("%*zx: ", sizeof (size_t) == 4 ? 8 : 16, (size_t) offset + cnt);
154 for (inner = 0; inner < 16 && cnt + inner < size; ++inner)
155 printf (" %02hhx", buf[cnt + inner]);
168 size_t cnt;
170 for (cnt = 0; cnt < nsym; ++cnt)
173 GElf_Sym *sym = gelf_getsym (data, cnt, &sym_mem);
176 cnt,