Lines Matching refs:orl_count
1825 struct orl *map, unsigned int orl_count, int stridx) in xcoff_write_armap_old() argument
1834 sprintf (hdr.size, "%ld", (long) (4 + orl_count * 4 + stridx)); in xcoff_write_armap_old()
1854 H_PUT_32 (abfd, orl_count, buf); in xcoff_write_armap_old()
1860 while (i < orl_count && archive_iterator_next (&iterator)) in xcoff_write_armap_old()
1869 for (i = 0; i < orl_count; i++) in xcoff_write_armap_old()
1966 struct orl *map, unsigned int orl_count, int stridx) in xcoff_write_armap_big() argument
1982 current_bfd != NULL && i < orl_count; in xcoff_write_armap_big()
2004 BFD_ASSERT (sym_64 + sym_32 == orl_count); in xcoff_write_armap_big()
2080 while (i < orl_count && archive_iterator_next (&iterator)) in xcoff_write_armap_big()
2097 current_bfd != NULL && i < orl_count; in xcoff_write_armap_big()
2160 while (i < orl_count && archive_iterator_next (&iterator)) in xcoff_write_armap_big()
2177 current_bfd != NULL && i < orl_count; in xcoff_write_armap_big()
2206 struct orl *map, unsigned int orl_count, int stridx) in _bfd_xcoff_write_armap() argument
2209 return xcoff_write_armap_old (abfd, elength, map, orl_count, stridx); in _bfd_xcoff_write_armap()
2211 return xcoff_write_armap_big (abfd, elength, map, orl_count, stridx); in _bfd_xcoff_write_armap()