Lines Matching refs:idx
35 st_info = symtab[idx].st_info;
36 st_other = symtab[idx].st_other;
40 st_name = symtab[idx].st_name;
41 st_value = symtab[idx].st_value;
42 st_size = symtab[idx].st_size;
91 for (size_t idx = 0; idx < shnum; ++idx) {
94 sh_name = shdrTab[idx].sh_name;
95 sh_type = shdrTab[idx].sh_type;
96 sh_flags = shdrTab[idx].sh_flags;
112 d_tag = dynamic[idx].d_tag;
113 d_val = dynamic[idx].d_un.d_val;
116 st_info = symtab[idx].st_info;
117 st_other = symtab[idx].st_other;
121 st_name = symtab[idx].st_name;
122 st_value = symtab[idx].st_value;
123 st_size = symtab[idx].st_size;
172 for (size_t idx = 0; idx < shnum; ++idx) {
175 sh_name = shdrTab[idx].sh_name;
176 sh_type = shdrTab[idx].sh_type;
177 sh_flags = shdrTab[idx].sh_flags;
193 d_tag = dynamic[idx].d_tag;
194 d_val = dynamic[idx].d_un.d_val;