Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dvms-alpha.c472 struct vms_eihd *eihd = (struct vms_eihd *)PRIV (recrd.rec); in _bfd_vms_slurp_eihd() local
476 size = bfd_getl32 (eihd->size); in _bfd_vms_slurp_eihd()
477 imgtype = bfd_getl32 (eihd->imgtype); in _bfd_vms_slurp_eihd()
482 symvva = bfd_getl64 (eihd->symvva); in _bfd_vms_slurp_eihd()
489 PRIV (ident) = bfd_getl32 (eihd->ident); in _bfd_vms_slurp_eihd()
490 PRIV (matchctl) = eihd->matchctl; in _bfd_vms_slurp_eihd()
492 *eisd_offset = bfd_getl32 (eihd->isdoff); in _bfd_vms_slurp_eihd()
493 *eihs_offset = bfd_getl32 (eihd->symdbgoff); in _bfd_vms_slurp_eihd()
2857 struct vms_eihd eihd; in alpha_vms_write_exec() local
2872 memset (&eihd, 0, sizeof (eihd)); in alpha_vms_write_exec()
[all …]
/toolchain/binutils/binutils-2.25/include/vms/
DChangeLog61 * eihd.h (struct vms_eihd): Add comments, add image subtype names.
77 * eiaf.h, eicp.h, eiha.h, eihd.h, eihi.h, eihs.h, eihvn.h: Ditto.