Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dvms-alpha.c856 unsigned char *vms_rec; in _bfd_vms_slurp_ehdr() local
859 vms_rec = PRIV (recrd.rec); in _bfd_vms_slurp_ehdr()
863 subtype = bfd_getl16 (vms_rec + 4); in _bfd_vms_slurp_ehdr()
871 PRIV (hdr_data).hdr_b_strlvl = vms_rec[6]; in _bfd_vms_slurp_ehdr()
872 PRIV (hdr_data).hdr_l_arch1 = bfd_getl32 (vms_rec + 8); in _bfd_vms_slurp_ehdr()
873 PRIV (hdr_data).hdr_l_arch2 = bfd_getl32 (vms_rec + 12); in _bfd_vms_slurp_ehdr()
874 PRIV (hdr_data).hdr_l_recsiz = bfd_getl32 (vms_rec + 16); in _bfd_vms_slurp_ehdr()
875 PRIV (hdr_data).hdr_t_name = _bfd_vms_save_counted_string (vms_rec + 20); in _bfd_vms_slurp_ehdr()
876 ptr = vms_rec + 20 + vms_rec[20] + 1; in _bfd_vms_slurp_ehdr()
884 _bfd_vms_save_sized_string (vms_rec, PRIV (recrd.rec_size - 6)); in _bfd_vms_slurp_ehdr()
[all …]
DChangeLog-00015420 is NULL or PRIV(vms_rec) is outside of the buffer.
7967 * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_rec)