Home | History | Annotate | Download | only in tests

Lines Matching refs:cnt

45   size_t cnt;
105 for (cnt = 1; 1; ++cnt)
111 scn = elf_getscn (elf, cnt);
114 printf ("cannot get section %Zd: %s\n", cnt, elf_errmsg (-1));
123 cnt, elf_errmsg (-1));
131 for (cnt = 1; cnt< (shdr->sh_size
133 ++cnt)
138 if (cnt > 1)
145 sym = gelf_getsym (elf_getdata (scn, NULL), cnt, &sym_mem);
148 printf ("cannot get symbol %zu: %s\n", cnt, elf_errmsg (-1));