Home | History | Annotate | Download | only in bfd

Lines Matching full:indx

81       ret->indx = -1;
911 bfd_size_type indx;
913 indx = _bfd_stringtab_add (flaginfo.strtab,
916 if (indx == (bfd_size_type) -1)
918 isym._n._n_n._n_offset = STRING_SIZE_SIZE + indx;
1063 BFD_ASSERT ((*rel_hash)->indx >= 0);
1064 irel->r_symndx = (*rel_hash)->indx;
1682 long indx;
1687 indx = eleaux.x_sym.x_tagndx.l;
1693 if (indx > 0
1694 && (indx
1699 (*epp)->tagndx = flaginfo->sym_indices[indx];
1741 if (mtl == NULL || (bfd_size_type) mtl->indx >= syment_base)
1744 mt->indx = output_index;
1752 *indexp = mtl->indx;
1768 bfd_size_type indx;
1778 indx = _bfd_stringtab_add (flaginfo->strtab, name, hash, copy);
1779 if (indx == (bfd_size_type) -1)
1781 isym._n._n_n._n_offset = STRING_SIZE_SIZE + indx;
1898 long indx;
1901 indx = ((esym - (bfd_byte *) obj_coff_external_syms (input_bfd))
1903 h = obj_coff_sym_hashes (input_bfd)[indx];
1911 h->indx = output_index;
1997 bfd_size_type indx;
2011 indx = _bfd_stringtab_add (flaginfo->strtab, filename,
2013 if (indx == (bfd_size_type) -1)
2015 auxp->x_file.x_n.x_offset = STRING_SIZE_SIZE + indx;
2021 unsigned long indx;
2028 indx = auxp->x_sym.x_fcnary.x_fcn.x_endndx.l;
2029 if (indx > 0
2030 && indx < obj_raw_syment_count (input_bfd))
2036 while ((flaginfo->sym_indices[indx] < 0
2037 || ((bfd_size_type) flaginfo->sym_indices[indx]
2039 && indx < obj_raw_syment_count (input_bfd))
2040 ++indx;
2041 if (indx >= obj_raw_syment_count (input_bfd))
2042 indx = output_index;
2044 indx = flaginfo->sym_indices[indx];
2045 auxp->x_sym.x_fcnary.x_fcn.x_endndx.l = indx;
2049 indx = auxp->x_sym.x_tagndx.l;
2050 if (indx > 0 && indx < obj_raw_syment_count (input_bfd))
2054 symindx = flaginfo->sym_indices[indx];
2205 long indx;
2207 indx = flaginfo->sym_indices[iline.l_addr.l_symndx];
2209 if (indx < 0)
2234 + ((indx - syment_base)
2243 + ((indx - syment_base + 1)
2260 iline.l_addr.l_symndx = indx;
2450 if (h->indx >= 0)
2451 irel->r_symndx = h->indx;
2458 We set the indx field to -2 to indicate
2461 h->indx = -2;
2466 long indx;
2468 indx = flaginfo->sym_indices[irel->r_symndx];
2469 if (indx != -1)
2470 irel->r_symndx = indx;
2546 if (h->indx >= 0)
2549 if (h->indx != -2
2603 bfd_size_type indx;
2608 indx = _bfd_stringtab_add (flaginfo->strtab, h->root.root.string, hash,
2610 if (indx == (bfd_size_type) -1)
2616 isym._n._n_n._n_offset = STRING_SIZE_SIZE + indx;
2660 h->indx = obj_raw_syment_count (output_bfd);
2746 if (h->indx < 0)
2861 if (h->indx >= 0)
2862 irel->r_symndx = h->indx;
2867 h->indx = -2;