Home | History | Annotate | Download | only in bfd

Lines Matching full:indx

1870       bfd_size_type indx;
1874 indx = add_to_stringtab (abfd, strtab, g->name, FALSE);
1875 if (indx == (bfd_size_type) -1)
1877 PUT_WORD (abfd, indx, (bfd_byte *) nsp.e_strx);
2909 ret->indx = -1;
3576 bfd_size_type indx;
3603 /* An indx of -2 means the symbol must be written. */
3604 if (h->indx != -2
3665 indx = add_to_stringtab (output_bfd, flaginfo->strtab, h->root.root.string,
3667 if (indx == - (bfd_size_type) 1)
3671 PUT_WORD (output_bfd, indx, outsym.e_strx);
3681 h->indx = obj_aout_external_sym_count (output_bfd);
3727 && h->indx >= 0)
3728 r_index = h->indx;
3735 h->indx = -2;
3739 r_index = h->indx;
3913 aout_reloc_index_to_section (bfd *abfd, int indx)
3915 switch (indx & N_TYPE)
4091 if (h->indx < 0)
4093 h->indx = -2;
4099 r_index = h->indx;
4433 if (h->indx < 0)
4435 h->indx = -2;
4441 r_index = h->indx;
4922 *symbol_map = h->indx;
5086 h->indx = obj_aout_external_sym_count (output_bfd);