Searched refs:vms_rec (Results 1 – 6 of 6) sorted by relevance
906 unsigned char *vms_rec; in _bfd_vms_slurp_ehdr() local910 vms_rec = PRIV (recrd.rec); in _bfd_vms_slurp_ehdr()916 subtype = bfd_getl16 (vms_rec + 4); in _bfd_vms_slurp_ehdr()924 if (vms_rec + 21 >= end) in _bfd_vms_slurp_ehdr()926 PRIV (hdr_data).hdr_b_strlvl = vms_rec[6]; in _bfd_vms_slurp_ehdr()927 PRIV (hdr_data).hdr_l_arch1 = bfd_getl32 (vms_rec + 8); in _bfd_vms_slurp_ehdr()928 PRIV (hdr_data).hdr_l_arch2 = bfd_getl32 (vms_rec + 12); in _bfd_vms_slurp_ehdr()929 PRIV (hdr_data).hdr_l_recsiz = bfd_getl32 (vms_rec + 16); in _bfd_vms_slurp_ehdr()930 if ((vms_rec + 20 + vms_rec[20] + 1) >= end) in _bfd_vms_slurp_ehdr()933 = _bfd_vms_save_counted_string (abfd, vms_rec + 20, vms_rec[20]); in _bfd_vms_slurp_ehdr()[all …]
5420 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)
905 unsigned char *vms_rec; in _bfd_vms_slurp_ehdr() local909 vms_rec = PRIV (recrd.rec); in _bfd_vms_slurp_ehdr()915 subtype = bfd_getl16 (vms_rec + 4); in _bfd_vms_slurp_ehdr()923 if (vms_rec + 21 >= end) in _bfd_vms_slurp_ehdr()925 PRIV (hdr_data).hdr_b_strlvl = vms_rec[6]; in _bfd_vms_slurp_ehdr()926 PRIV (hdr_data).hdr_l_arch1 = bfd_getl32 (vms_rec + 8); in _bfd_vms_slurp_ehdr()927 PRIV (hdr_data).hdr_l_arch2 = bfd_getl32 (vms_rec + 12); in _bfd_vms_slurp_ehdr()928 PRIV (hdr_data).hdr_l_recsiz = bfd_getl32 (vms_rec + 16); in _bfd_vms_slurp_ehdr()929 if ((vms_rec + 20 + vms_rec[20] + 1) >= end) in _bfd_vms_slurp_ehdr()932 = _bfd_vms_save_counted_string (abfd, vms_rec + 20, vms_rec[20]); in _bfd_vms_slurp_ehdr()[all …]