Lines Matching refs:cnt
64 int cnt = 0;
92 for (cursct = shbuf, cnt = 0; cnt < ehdr.e_shnum; cnt++) {
93 scn_cache[cnt].c_shdr = cursct;
97 if ( (scn_cache[cnt].c_data = read_section_data(fd, &ehdr, cursct)) == NULL) {
114 for (cnt = 1; cnt < ehdr.e_shnum; cnt++) {
115 ELF_SHDR *shdr = scn_cache[cnt].c_shdr;
132 syms = (ELF_SYM *)scn_cache[cnt].c_data;
194 for (cnt = 0; cnt < ehdr.e_shnum; cnt++) {
195 if (scn_cache[cnt].c_data != NULL) {
196 free(scn_cache[cnt].c_data);