Home
last modified time | relevance | path

Searched refs:vms_mhd (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dvms-lib.c681 tdata->mhd_size = offsetof (struct vms_mhd, pad1); in _bfd_vms_lib_mkarchive()
686 tdata->mhd_size = sizeof (struct vms_mhd); in _bfd_vms_lib_mkarchive()
1224 struct vms_mhd *mhd; in vms_lib_bopen()
1263 mhd = (struct vms_mhd *)buf; in vms_lib_bopen()
1325 struct vms_mhd *mhd; in _bfd_vms_lib_get_module()
1329 if (tdata->mhd_size < offsetof (struct vms_mhd, modsize) + 4) in _bfd_vms_lib_get_module()
1347 mhd = (struct vms_mhd *)buf; in _bfd_vms_lib_get_module()
1350 if (tdata->mhd_size >= offsetof (struct vms_mhd, objstat) + 1) in _bfd_vms_lib_get_module()
2113 struct vms_mhd *mhd; in _bfd_vms_lib_write_archive_contents()
2127 mhd = (struct vms_mhd *)(blk + sz); in _bfd_vms_lib_write_archive_contents()
[all …]
/toolchain/binutils/binutils-2.27/include/vms/
Dlbr.h275 struct vms_mhd struct
DChangeLog-101544 (struct vms_mhd): Add missing fields.