Home | History | Annotate | Download | only in tests

Lines Matching refs:cnt

45   size_t cnt;
104 for (cnt = 1; 1; ++cnt)
110 scn = elf_getscn (elf, cnt);
113 printf ("cannot get section %Zd: %s\n", cnt, elf_errmsg (-1));
122 cnt, elf_errmsg (-1));
130 for (cnt = 1; cnt< (shdr->sh_size
132 ++cnt)
137 if (cnt > 1)
144 sym = gelf_getsym (elf_getdata (scn, NULL), cnt, &sym_mem);
147 printf ("cannot get symbol %zu: %s\n", cnt, elf_errmsg (-1));