Searched refs:orl_max (Results 1 – 1 of 1) sorted by relevance
1785 unsigned int orl_max = 1024; /* Fine initial default. */ in _bfd_compute_and_write_armap() local1798 amt = orl_max * sizeof (struct orl); in _bfd_compute_and_write_armap()1862 if (orl_count == orl_max) in _bfd_compute_and_write_armap()1864 orl_max *= 2; in _bfd_compute_and_write_armap()1865 amt = orl_max * sizeof (struct orl); in _bfd_compute_and_write_armap()