Lines Matching refs:cnt
63 size_t cnt;
114 for (cnt = 0; cnt < shnum; ++cnt)
116 CONVERT_TO (shdr[cnt].sh_name, notcvt[cnt].sh_name);
117 CONVERT_TO (shdr[cnt].sh_type, notcvt[cnt].sh_type);
118 CONVERT_TO (shdr[cnt].sh_flags, notcvt[cnt].sh_flags);
119 CONVERT_TO (shdr[cnt].sh_addr, notcvt[cnt].sh_addr);
120 CONVERT_TO (shdr[cnt].sh_offset, notcvt[cnt].sh_offset);
121 CONVERT_TO (shdr[cnt].sh_size, notcvt[cnt].sh_size);
122 CONVERT_TO (shdr[cnt].sh_link, notcvt[cnt].sh_link);
123 CONVERT_TO (shdr[cnt].sh_info, notcvt[cnt].sh_info);
124 CONVERT_TO (shdr[cnt].sh_addralign, notcvt[cnt].sh_addralign);
125 CONVERT_TO (shdr[cnt].sh_entsize, notcvt[cnt].sh_entsize);
143 for (cnt = 0; cnt < shnum; ++cnt)
145 CONVERT (shdr[cnt].sh_name);
146 CONVERT (shdr[cnt].sh_type);
147 CONVERT (shdr[cnt].sh_flags);
148 CONVERT (shdr[cnt].sh_addr);
149 CONVERT (shdr[cnt].sh_offset);
150 CONVERT (shdr[cnt].sh_size);
151 CONVERT (shdr[cnt].sh_link);
152 CONVERT (shdr[cnt].sh_info);
153 CONVERT (shdr[cnt].sh_addralign);
154 CONVERT (shdr[cnt].sh_entsize);
172 for (cnt = 0; cnt < shnum; ++cnt)
173 elf->state.ELFW(elf,LIBELFBITS).scns.data[cnt].shdr.ELFW(e,LIBELFBITS)
174 = &elf->state.ELFW(elf,LIBELFBITS).shdr[cnt];