Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/vms/
DChangeLog67 * eeom.h (EEOM__M_WKTFR): Added.
76 * dmt.h, dst.h, eeom.h, egps.h, egsd.h, egst.h, egsy.h: New Files.
/toolchain/binutils/binutils-2.25/bfd/
Dvms-alpha.c2324 struct vms_eeom *eeom = (struct vms_eeom *) PRIV (recrd.rec); in _bfd_vms_slurp_eeom() local
2328 PRIV (eom_data).eom_l_total_lps = bfd_getl32 (eeom->total_lps); in _bfd_vms_slurp_eeom()
2329 PRIV (eom_data).eom_w_comcod = bfd_getl16 (eeom->comcod); in _bfd_vms_slurp_eeom()
2341 PRIV (eom_data).eom_b_tfrflg = eeom->tfrflg; in _bfd_vms_slurp_eeom()
2342 PRIV (eom_data).eom_l_psindx = bfd_getl32 (eeom->psindx); in _bfd_vms_slurp_eeom()
2343 PRIV (eom_data).eom_l_tfradr = bfd_getl32 (eeom->tfradr); in _bfd_vms_slurp_eeom()
5605 struct vms_eeom *eeom = (struct vms_eeom *)rec; in evax_bfd_print_eeom() local
5609 (unsigned)bfd_getl32 (eeom->total_lps)); in evax_bfd_print_eeom()
5611 (unsigned)bfd_getl16 (eeom->comcod)); in evax_bfd_print_eeom()
5614 fprintf (file, _(" transfer addr flags: 0x%02x\n"), eeom->tfrflg); in evax_bfd_print_eeom()
[all …]