Home | History | Annotate | Download | only in tests

Lines Matching refs:cnt

37   int cnt;
58 for (cnt = 2; cnt < argc; ++cnt)
59 if (handle_section (elf, elf_getscn (elf, atoi (argv[cnt]))) != 0)
61 error (EXIT_FAILURE, 0, "while processing section %d: %s", cnt,
142 size_t cnt;
144 for (cnt = 0; cnt < size; cnt += 16)
148 printf ("%*Zx: ", sizeof (size_t) == 4 ? 8 : 16, (size_t) offset + cnt);
150 for (inner = 0; inner < 16 && cnt + inner < size; ++inner)
151 printf (" %02hhx", buf[cnt + inner]);
164 size_t cnt;
166 for (cnt = 0; cnt < nsym; ++cnt)
169 GElf_Sym *sym = gelf_getsym (data, cnt, &sym_mem);
172 cnt,