Searched refs:mhd (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/jam/
H A Dfilevms.c251 struct mhddef *mhd; local
269 mhd = (struct mhddef *)filename;
271 file_cvttime( &mhd->mhd$l_datim, &library_date );
/haiku-buildtools/binutils/bfd/
H A Dvms-lib.c79 /* Total size of the mhd (element header). */
1224 struct vms_mhd *mhd; local
1262 /* Get info from mhd. */
1263 mhd = (struct vms_mhd *)buf;
1265 if (mhd->id != MHD__C_MHDID)
1268 el->selective_search = (mhd->objstat & MHD__M_SELSRC) ? 1 : 0;
1269 el->mtime = vms_rawtime_to_time_t (mhd->datim);
1273 the mhd. */
1325 struct vms_mhd *mhd; local
1346 /* Get info from mhd
2114 struct vms_mhd *mhd; local
[all...]
H A Dvms-alpha.c5593 struct vms_emh_mhd *mhd = (struct vms_emh_mhd *)rec;
5597 fprintf (file, _(" structure level: %u\n"), mhd->strlvl);
5599 (unsigned)bfd_getl32 (mhd->recsiz));
5600 name = (char *)(mhd + 1);
5581 struct vms_emh_mhd *mhd = (struct vms_emh_mhd *)rec; local
/haiku-buildtools/legacy/binutils/bfd/
H A Dmakefile.vms62 vms-mhd.c: vms.h

Completed in 56 milliseconds