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

  /src/external/gpl3/binutils/dist/bfd/
vms-lib.c 867 unsigned int dcx_max; member in struct:vms_lib_iovec
1083 if (len > vec->dcx_max)
1085 while (len > vec->dcx_max)
1086 vec->dcx_max *= 2;
1087 vec->dcx_buf = bfd_alloc (abfd, vec->dcx_max);
1358 vec->dcx_max = 10 * 1024;
1359 vec->dcx_buf = bfd_alloc (el, vec->dcx_max);
  /src/external/gpl3/binutils.old/dist/bfd/
vms-lib.c 867 unsigned int dcx_max; member in struct:vms_lib_iovec
1083 if (len > vec->dcx_max)
1085 while (len > vec->dcx_max)
1086 vec->dcx_max *= 2;
1087 vec->dcx_buf = bfd_alloc (abfd, vec->dcx_max);
1354 vec->dcx_max = 10 * 1024;
1355 vec->dcx_buf = bfd_alloc (el, vec->dcx_max);
  /src/external/gpl3/gdb/dist/bfd/
vms-lib.c 867 unsigned int dcx_max; member in struct:vms_lib_iovec
1083 if (len > vec->dcx_max)
1085 while (len > vec->dcx_max)
1086 vec->dcx_max *= 2;
1087 vec->dcx_buf = bfd_alloc (abfd, vec->dcx_max);
1354 vec->dcx_max = 10 * 1024;
1355 vec->dcx_buf = bfd_alloc (el, vec->dcx_max);
  /src/external/gpl3/gdb.old/dist/bfd/
vms-lib.c 867 unsigned int dcx_max; member in struct:vms_lib_iovec
1083 if (len > vec->dcx_max)
1085 while (len > vec->dcx_max)
1086 vec->dcx_max *= 2;
1087 vec->dcx_buf = bfd_alloc (abfd, vec->dcx_max);
1354 vec->dcx_max = 10 * 1024;
1355 vec->dcx_buf = bfd_alloc (el, vec->dcx_max);

Completed in 27 milliseconds