Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dvms-lib.c1224 struct vms_mhd *mhd; in vms_lib_bopen() local
1263 mhd = (struct vms_mhd *)buf; in vms_lib_bopen()
1265 if (mhd->id != MHD__C_MHDID) in vms_lib_bopen()
1268 el->selective_search = (mhd->objstat & MHD__M_SELSRC) ? 1 : 0; in vms_lib_bopen()
1269 el->mtime = vms_rawtime_to_time_t (mhd->datim); in vms_lib_bopen()
1325 struct vms_mhd *mhd; in _bfd_vms_lib_get_module() local
1347 mhd = (struct vms_mhd *)buf; in _bfd_vms_lib_get_module()
1348 if (mhd->id != MHD__C_MHDID) in _bfd_vms_lib_get_module()
1351 res->selective_search = (mhd->objstat & MHD__M_SELSRC) ? 1 : 0; in _bfd_vms_lib_get_module()
1352 res->mtime = vms_rawtime_to_time_t (mhd->datim); in _bfd_vms_lib_get_module()
[all …]
Dvms-alpha.c5549 struct vms_emh_mhd *mhd = (struct vms_emh_mhd *)rec; in evax_bfd_print_emh() local
5553 fprintf (file, _(" structure level: %u\n"), mhd->strlvl); in evax_bfd_print_emh()
5555 (unsigned)bfd_getl32 (mhd->recsiz)); in evax_bfd_print_emh()
5556 name = (char *)(mhd + 1); in evax_bfd_print_emh()