Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dvms-alpha.c284 unsigned int section_max; /* Size of the sections array. */ member
1304 if (PRIV (section_count) >= PRIV (section_max)) in _bfd_vms_slurp_egsd()
1306 if (PRIV (section_max) == 0) in _bfd_vms_slurp_egsd()
1307 PRIV (section_max) = 16; in _bfd_vms_slurp_egsd()
1309 PRIV (section_max) *= 2; in _bfd_vms_slurp_egsd()
1311 (PRIV (sections), PRIV (section_max) * sizeof (asection *)); in _bfd_vms_slurp_egsd()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dvms-alpha.c283 unsigned int section_max; /* Size of the sections array. */ member
1303 if (PRIV (section_count) >= PRIV (section_max)) in _bfd_vms_slurp_egsd()
1305 if (PRIV (section_max) == 0) in _bfd_vms_slurp_egsd()
1306 PRIV (section_max) = 16; in _bfd_vms_slurp_egsd()
1308 PRIV (section_max) *= 2; in _bfd_vms_slurp_egsd()
1310 (PRIV (sections), PRIV (section_max) * sizeof (asection *)); in _bfd_vms_slurp_egsd()