Lines Matching refs:indx

79       ret->indx = -1;
1035 BFD_ASSERT ((*rel_hash)->indx >= 0);
1036 irel->r_symndx = (*rel_hash)->indx;
1648 long indx;
1653 indx = eleaux.x_sym.x_tagndx.l;
1659 if (indx > 0
1660 && (indx
1665 (*epp)->tagndx = finfo->sym_indices[indx];
1707 if (mtl == NULL || (bfd_size_type) mtl->indx >= syment_base)
1710 mt->indx = output_index;
1718 *indexp = mtl->indx;
1734 bfd_size_type indx;
1744 indx = _bfd_stringtab_add (finfo->strtab, name, hash, copy);
1745 if (indx == (bfd_size_type) -1)
1747 isym._n._n_n._n_offset = STRING_SIZE_SIZE + indx;
1864 long indx;
1867 indx = ((esym - (bfd_byte *) obj_coff_external_syms (input_bfd))
1869 h = obj_coff_sym_hashes (input_bfd)[indx];
1877 h->indx = output_index;
1962 bfd_size_type indx;
1973 indx = _bfd_stringtab_add (finfo->strtab, filename,
1975 if (indx == (bfd_size_type) -1)
1977 auxp->x_file.x_n.x_offset = STRING_SIZE_SIZE + indx;
1982 unsigned long indx;
1989 indx = auxp->x_sym.x_fcnary.x_fcn.x_endndx.l;
1990 if (indx > 0
1991 && indx < obj_raw_syment_count (input_bfd))
1997 while ((finfo->sym_indices[indx] < 0
1998 || ((bfd_size_type) finfo->sym_indices[indx]
2000 && indx < obj_raw_syment_count (input_bfd))
2001 ++indx;
2002 if (indx >= obj_raw_syment_count (input_bfd))
2003 indx = output_index;
2005 indx = finfo->sym_indices[indx];
2006 auxp->x_sym.x_fcnary.x_fcn.x_endndx.l = indx;
2010 indx = auxp->x_sym.x_tagndx.l;
2011 if (indx > 0 && indx < obj_raw_syment_count (input_bfd))
2015 symindx = finfo->sym_indices[indx];
2166 long indx;
2168 indx = finfo->sym_indices[iline.l_addr.l_symndx];
2170 if (indx < 0)
2195 + ((indx - syment_base)
2204 + ((indx - syment_base + 1)
2221 iline.l_addr.l_symndx = indx;
2382 if (h->indx >= 0)
2383 irel->r_symndx = h->indx;
2390 We set the indx field to -2 to indicate
2393 h->indx = -2;
2398 long indx;
2400 indx = finfo->sym_indices[irel->r_symndx];
2401 if (indx != -1)
2402 irel->r_symndx = indx;
2477 if (h->indx >= 0)
2480 if (h->indx != -2
2534 bfd_size_type indx;
2539 indx = _bfd_stringtab_add (finfo->strtab, h->root.root.string, hash,
2541 if (indx == (bfd_size_type) -1)
2547 isym._n._n_n._n_offset = STRING_SIZE_SIZE + indx;
2591 h->indx = obj_raw_syment_count (output_bfd);
2677 if (h->indx < 0)
2792 if (h->indx >= 0)
2793 irel->r_symndx = h->indx;
2798 h->indx = -2;