HomeSort by: relevance | last modified time | path
    Searched defs:section_max (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
vms-alpha.c 285 unsigned int section_max; /* Size of the sections array. */
1295 if (PRIV (section_count) >= PRIV (section_max))
1297 if (PRIV (section_max) == 0)
1298 PRIV (section_max) = 16;
1300 PRIV (section_max) *= 2;
1302 (PRIV (sections), PRIV (section_max) * sizeof (asection *));
284 unsigned int section_max; \/* Size of the sections array. *\/ member in struct:vms_private_data_struct
  /src/external/gpl3/binutils.old/dist/bfd/
vms-alpha.c 285 unsigned int section_max; /* Size of the sections array. */
1307 if (PRIV (section_count) >= PRIV (section_max))
1309 if (PRIV (section_max) == 0)
1310 PRIV (section_max) = 16;
1312 PRIV (section_max) *= 2;
1314 (PRIV (sections), PRIV (section_max) * sizeof (asection *));
284 unsigned int section_max; \/* Size of the sections array. *\/ member in struct:vms_private_data_struct
  /src/external/gpl3/gdb/dist/bfd/
vms-alpha.c 285 unsigned int section_max; /* Size of the sections array. */
1307 if (PRIV (section_count) >= PRIV (section_max))
1309 if (PRIV (section_max) == 0)
1310 PRIV (section_max) = 16;
1312 PRIV (section_max) *= 2;
1314 (PRIV (sections), PRIV (section_max) * sizeof (asection *));
284 unsigned int section_max; \/* Size of the sections array. *\/ member in struct:vms_private_data_struct
  /src/external/gpl3/gdb.old/dist/bfd/
vms-alpha.c 285 unsigned int section_max; /* Size of the sections array. */
1307 if (PRIV (section_count) >= PRIV (section_max))
1309 if (PRIV (section_max) == 0)
1310 PRIV (section_max) = 16;
1312 PRIV (section_max) *= 2;
1314 (PRIV (sections), PRIV (section_max) * sizeof (asection *));
284 unsigned int section_max; \/* Size of the sections array. *\/ member in struct:vms_private_data_struct

Completed in 46 milliseconds