Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dvms-alpha.c279 unsigned int section_max; /* Size of the sections array. */ member
1187 if (PRIV (section_count) >= PRIV (section_max)) in _bfd_vms_slurp_egsd()
1189 if (PRIV (section_max) == 0) in _bfd_vms_slurp_egsd()
1190 PRIV (section_max) = 16; in _bfd_vms_slurp_egsd()
1192 PRIV (section_max) *= 2; in _bfd_vms_slurp_egsd()
1194 (PRIV (sections), PRIV (section_max) * sizeof (asection *)); in _bfd_vms_slurp_egsd()