Home | History | Annotate | Download | only in bfd

Lines Matching refs:indx

1628       bfd_size_type indx;
1633 indx = add_to_stringtab (abfd, strtab, g->name, FALSE);
1634 if (indx == (bfd_size_type) -1)
1636 PUT_WORD (abfd, indx, nsp.e_strx);
2445 ret->indx = -1;
2916 bfd_size_type indx;
2943 /* An indx
2944 if (h->indx != -2
3002 indx = add_to_stringtab (output_bfd, flaginfo->strtab, h->root.root.string,
3004 if (indx == (bfd_size_type) -1)
3008 PUT_WORD (output_bfd, indx, outsym.e_strx);
3018 h->indx = obj_aout_external_sym_count (output_bfd);
3063 && h->indx >= 0)
3064 r_index = h->indx;
3071 h->indx = -2;
3075 r_index = h->indx;
3348 if (h->indx < 0)
3350 h->indx = -2;
3356 r_index = h->indx;
4133 *symbol_map = h->indx;
4297 h->indx = obj_aout_external_sym_count (output_bfd);