Lines Matching refs:orl_count
1910 struct orl *map, unsigned int orl_count, int stridx) in xcoff_write_armap_old() argument
1919 sprintf (hdr.size, "%ld", (long) (4 + orl_count * 4 + stridx)); in xcoff_write_armap_old()
1938 H_PUT_32 (abfd, orl_count, buf); in xcoff_write_armap_old()
1944 while (i < orl_count && archive_iterator_next (&iterator)) in xcoff_write_armap_old()
1953 for (i = 0; i < orl_count; i++) in xcoff_write_armap_old()
2050 struct orl *map, unsigned int orl_count, int stridx) in xcoff_write_armap_big() argument
2066 current_bfd != NULL && i < orl_count; in xcoff_write_armap_big()
2088 BFD_ASSERT (sym_64 + sym_32 == orl_count); in xcoff_write_armap_big()
2164 while (i < orl_count && archive_iterator_next (&iterator)) in xcoff_write_armap_big()
2181 current_bfd != NULL && i < orl_count; in xcoff_write_armap_big()
2248 while (i < orl_count && archive_iterator_next (&iterator)) in xcoff_write_armap_big()
2265 current_bfd != NULL && i < orl_count; in xcoff_write_armap_big()
2298 struct orl *map, unsigned int orl_count, int stridx) in _bfd_xcoff_write_armap() argument
2301 return xcoff_write_armap_old (abfd, elength, map, orl_count, stridx); in _bfd_xcoff_write_armap()
2303 return xcoff_write_armap_big (abfd, elength, map, orl_count, stridx); in _bfd_xcoff_write_armap()