Lines Matching refs:test_len
750 unsigned int test_len = 6; in _bfd_vms_get_object_record() local
766 if (bfd_bread (PRIV (recrd.buf), test_len, abfd) != test_len) in _bfd_vms_get_object_record()
776 if (vms_get_remaining_object_record (abfd, test_len) <= 0) in _bfd_vms_get_object_record()
2436 unsigned int test_len; in alpha_vms_object_p() local
2464 test_len = 12; in alpha_vms_object_p()
2467 buf = (unsigned char *) bfd_malloc (test_len); in alpha_vms_object_p()
2471 PRIV (recrd.buf_size) = test_len; in alpha_vms_object_p()
2476 if (bfd_bread (buf, test_len, abfd) != test_len) in alpha_vms_object_p()
2509 remaining = PRIV (recrd.rec_size) - test_len; in alpha_vms_object_p()
2510 to_read = MIN (VMS_BLOCK_SIZE - test_len, remaining); in alpha_vms_object_p()
2511 read_so_far = test_len; in alpha_vms_object_p()
2550 if (vms_get_remaining_object_record (abfd, test_len) <= 0) in alpha_vms_object_p()