Searched refs:orl_max (Results 1 – 1 of 1) sorted by relevance
2274 unsigned int orl_max = 1024; /* Fine initial default. */ in _bfd_compute_and_write_armap() local2287 amt = orl_max * sizeof (struct orl); in _bfd_compute_and_write_armap()2352 if (orl_count == orl_max) in _bfd_compute_and_write_armap()2354 orl_max *= 2; in _bfd_compute_and_write_armap()2355 amt = orl_max * sizeof (struct orl); in _bfd_compute_and_write_armap()