Home | History | Annotate | Download | only in tests

Lines Matching refs:cnt

29   size_t cnt;
82 for (cnt = 1; 1; ++cnt)
88 scn = elf_getscn (elf, cnt);
91 printf ("cannot get section %Zd: %s\n", cnt, elf_errmsg (-1));
100 cnt, elf_errmsg (-1));
108 for (cnt = 1; cnt< (shdr->sh_size
110 ++cnt)
115 if (cnt > 1)
122 sym = gelf_getsym (elf_getdata (scn, NULL), cnt, &sym_mem);
125 printf ("cannot get symbol %zu: %s\n", cnt, elf_errmsg (-1));