Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Darchive.c1806 unsigned int orl_max = 1024; /* Fine initial default. */ in _bfd_compute_and_write_armap() local
1819 amt = orl_max * sizeof (struct orl); in _bfd_compute_and_write_armap()
1883 if (orl_count == orl_max) in _bfd_compute_and_write_armap()
1885 orl_max *= 2; in _bfd_compute_and_write_armap()
1886 amt = orl_max * sizeof (struct orl); in _bfd_compute_and_write_armap()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Darchive.c1773 unsigned int orl_max = 1024; /* fine initial default */ in _bfd_compute_and_write_armap() local
1786 amt = orl_max * sizeof (struct orl); in _bfd_compute_and_write_armap()
1850 if (orl_count == orl_max) in _bfd_compute_and_write_armap()
1852 orl_max *= 2; in _bfd_compute_and_write_armap()
1853 amt = orl_max * sizeof (struct orl); in _bfd_compute_and_write_armap()