Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dvms-lib.c867 unsigned int dcx_max; member
1083 if (len > vec->dcx_max) in vms_lib_bread()
1085 while (len > vec->dcx_max) in vms_lib_bread()
1086 vec->dcx_max *= 2; in vms_lib_bread()
1087 vec->dcx_buf = bfd_alloc (abfd, vec->dcx_max); in vms_lib_bread()
1354 vec->dcx_max = 10 * 1024; in vms_lib_bopen()
1355 vec->dcx_buf = bfd_alloc (el, vec->dcx_max); in vms_lib_bopen()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dvms-lib.c864 unsigned int dcx_max; member
1080 if (len > vec->dcx_max) in vms_lib_bread()
1082 while (len > vec->dcx_max) in vms_lib_bread()
1083 vec->dcx_max *= 2; in vms_lib_bread()
1084 vec->dcx_buf = bfd_alloc (abfd, vec->dcx_max); in vms_lib_bread()
1351 vec->dcx_max = 10 * 1024; in vms_lib_bopen()
1352 vec->dcx_buf = bfd_alloc (el, vec->dcx_max); in vms_lib_bopen()