Lines Matching full:indx
2130 if (cache->abfd != abfd || cache->indx[ent] != r_symndx)
2143 memset (cache->indx, -1, sizeof (cache->indx));
2146 cache->indx[ent] = r_symndx;
2970 elf_section_data (sec)->this_hdr.sh_info = h->indx;
5558 int indx;
5564 && (indx = sec->index) < elf_num_section_syms (abfd)
5565 && elf_section_syms (abfd)[indx] != NULL)
5566 asym_ptr->udata.i = elf_section_syms (abfd)[indx]->udata.i;