Searched refs:syms_max (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/binutils/bfd/
H A Darchive.c1798 long syms_max = 0;
1841 if (storage > syms_max)
1843 if (syms_max > 0)
1845 syms_max = storage;
1846 syms = bfd_malloc (syms_max);
1911 if (syms_max > 0)
1921 if (syms_max > 0)
1789 long syms_max = 0; local

Completed in 49 milliseconds