Home
last modified time | relevance | path

Searched refs:section_symndx (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/binutils/bfd/
HDecoff.c2673 section_symndx [] = in _bfd_ecoff_write_object_contents() local
2694 for (i = 0; i < ARRAY_SIZE (section_symndx); i++) in _bfd_ecoff_write_object_contents()
2695 if (streq (name, section_symndx[i].name)) in _bfd_ecoff_write_object_contents()
2697 in.r_symndx = section_symndx[i].r_symndx; in _bfd_ecoff_write_object_contents()
2701 if (i == ARRAY_SIZE (section_symndx)) in _bfd_ecoff_write_object_contents()
4227 section_symndx [] = in ecoff_reloc_link_order() local
4248 for (i = 0; i < ARRAY_SIZE (section_symndx); i++) in ecoff_reloc_link_order()
4249 if (streq (name, section_symndx[i].name)) in ecoff_reloc_link_order()
4251 in.r_symndx = section_symndx[i].r_symndx; in ecoff_reloc_link_order()
4255 if (i == ARRAY_SIZE (section_symndx)) in ecoff_reloc_link_order()