Lines Matching refs:stridx
1585 xcoff_write_armap_old (abfd, elength, map, orl_count, stridx) in xcoff_write_armap_old() argument
1590 int stridx;
1600 sprintf (hdr.size, "%ld", (long) (4 + orl_count * 4 + stridx));
1659 if ((stridx & 1) != 0)
1776 xcoff_write_armap_big (abfd, elength, map, orl_count, stridx) in xcoff_write_armap_big() argument
1781 int stridx;
1824 BFD_ASSERT ((int)(str_64 + str_32) == stridx);
2055 _bfd_xcoff_write_armap (abfd, elength, map, orl_count, stridx) in _bfd_xcoff_write_armap() argument
2060 int stridx;
2063 return xcoff_write_armap_old (abfd, elength, map, orl_count, stridx);
2065 return xcoff_write_armap_big (abfd, elength, map, orl_count, stridx);