Home
last modified time | relevance | path

Searched refs:orl_max (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Darchive.c2274 unsigned int orl_max = 1024; /* Fine initial default. */ in _bfd_compute_and_write_armap() local
2287 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()