Home | History | Annotate | Download | only in bfd

Lines Matching full:indx

564       ret->indx = -1;
2828 hds->indx = -2;
3930 bfd_size_type indx;
3932 indx = _bfd_stringtab_add (debug_strtab, name, TRUE, TRUE);
3933 if (indx == (bfd_size_type) -1)
3935 *debug_index = indx;
4303 (*sym_hash)->indx = output_index;
4370 bfd_size_type indx;
4376 indx = _bfd_stringtab_add (flinfo->strtab, name, hash, copy);
4377 if (indx == (bfd_size_type) -1)
4379 isym._n._n_n._n_offset = STRING_SIZE_SIZE + indx;
4452 bfd_vma indx;
4454 indx = isym.n_value;
4455 if (indx < obj_raw_syment_count (input_bfd))
4459 symindx = flinfo->sym_indices[indx];
4499 bfd_size_type indx;
4513 indx = _bfd_stringtab_add (flinfo->strtab, filename,
4515 if (indx == (bfd_size_type) -1)
4517 aux.x_file.x_n.x_offset = STRING_SIZE_SIZE + indx;
4534 unsigned long indx;
4536 indx = aux.x_csect.x_scnlen.l;
4537 if (indx < obj_raw_syment_count (input_bfd))
4541 symindx = flinfo->sym_indices[indx];
4555 unsigned long indx;
4562 indx = aux.x_sym.x_fcnary.x_fcn.x_endndx.l;
4563 if (indx > 0
4564 && indx < obj_raw_syment_count (input_bfd))
4570 while (flinfo->sym_indices[indx] < 0
4571 && indx < obj_raw_syment_count (input_bfd))
4572 ++indx;
4573 if (indx >= obj_raw_syment_count (input_bfd))
4574 indx = output_index;
4576 indx = flinfo->sym_indices[indx];
4577 aux.x_sym.x_fcnary.x_fcn.x_endndx.l = indx;
4582 indx = aux.x_sym.x_tagndx.l;
4583 if (indx > 0 && indx < obj_raw_syment_count (input_bfd))
4587 symindx = flinfo->sym_indices[indx];
4884 if (h->indx >= 0)
4885 irel->r_symndx = h->indx;
4892 We set the indx field to -2 to indicate
4895 h->indx = -2;
4900 long indx;
4902 indx = flinfo->sym_indices[r_symndx];
4904 if (indx == -1)
4930 indx = flinfo->toc_symindx;
4934 if (indx != -1)
4935 irel->r_symndx = indx;
5349 if (h->indx >= 0)
5350 irel->r_symndx = h->indx;
5353 h->indx = -2;
5417 if (h->indx >= 0)
5545 if (h->indx >= 0 || flinfo->info->strip == strip_all)
5551 if (h->indx != -2
5561 if (h->indx != -2
5570 h->indx = obj_raw_syment_count (output_bfd);
5660 h->indx += 2;
5793 if (h->indx >= 0)
5794 irel->r_symndx = h->indx;
5798 h->indx = -2;
5945 int indx;
5982 indx = 0;
5985 ++indx;
5986 o->target_index = indx;
5988 BFD_ASSERT ((unsigned int) indx == abfd->section_count);
6293 if ((*rel_hash)->indx < 0)
6299 (*rel_hash)->indx = 0;
6301 irel->r_symndx = (*rel_hash)->indx;