| /src/external/gpl3/binutils/dist/bfd/ |
| vms-lib.c | 79 /* Total size of the mhd (element header). */ 848 /* Initial next_block. Extracted when the MHD is read. */ 850 /* Initial blk_off, once the MHD is read. */ 1295 struct vms_mhd *mhd; local 1326 /* Read Record length + MHD + align byte. */ 1337 /* Get info from mhd. */ 1338 mhd = (struct vms_mhd *)buf; 1340 if (mhd->id != MHD__C_MHDID) 1343 el->selective_search = (mhd->objstat & MHD__M_SELSRC) ? 1 : 0; 1344 el->mtime = vms_rawtime_to_time_t (mhd->datim) 1402 struct vms_mhd *mhd; local 2211 struct vms_mhd *mhd; local [all...] |
| vms-alpha.c | 2936 /* Write an EMH/MHD record. */ 6154 struct vms_emh_mhd *mhd = (struct vms_emh_mhd *) rec; 6160 if (rec_len < sizeof (* mhd)) 6163 "EMH_MHD", (unsigned) sizeof (*mhd)); 6167 fprintf (file, _(" structure level: %u\n"), mhd->strlvl); 6169 (unsigned) bfd_getl32 (mhd->recsiz)); 6170 name = (unsigned char *) (mhd + 1); 6142 struct vms_emh_mhd *mhd = (struct vms_emh_mhd *) rec; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| vms-lib.c | 79 /* Total size of the mhd (element header). */ 848 /* Initial next_block. Extracted when the MHD is read. */ 850 /* Initial blk_off, once the MHD is read. */ 1295 struct vms_mhd *mhd; local 1322 /* Read Record length + MHD + align byte. */ 1333 /* Get info from mhd. */ 1334 mhd = (struct vms_mhd *)buf; 1336 if (mhd->id != MHD__C_MHDID) 1339 el->selective_search = (mhd->objstat & MHD__M_SELSRC) ? 1 : 0; 1340 el->mtime = vms_rawtime_to_time_t (mhd->datim) 1398 struct vms_mhd *mhd; local 2207 struct vms_mhd *mhd; local [all...] |
| vms-alpha.c | 2923 /* Write an EMH/MHD record. */ 6141 struct vms_emh_mhd *mhd = (struct vms_emh_mhd *) rec; 6147 if (rec_len < sizeof (* mhd)) 6150 "EMH_MHD", (unsigned) sizeof (*mhd)); 6154 fprintf (file, _(" structure level: %u\n"), mhd->strlvl); 6156 (unsigned) bfd_getl32 (mhd->recsiz)); 6157 name = (unsigned char *) (mhd + 1); 6129 struct vms_emh_mhd *mhd = (struct vms_emh_mhd *) rec; local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| vms-lib.c | 79 /* Total size of the mhd (element header). */ 848 /* Initial next_block. Extracted when the MHD is read. */ 850 /* Initial blk_off, once the MHD is read. */ 1295 struct vms_mhd *mhd; local 1322 /* Read Record length + MHD + align byte. */ 1333 /* Get info from mhd. */ 1334 mhd = (struct vms_mhd *)buf; 1336 if (mhd->id != MHD__C_MHDID) 1339 el->selective_search = (mhd->objstat & MHD__M_SELSRC) ? 1 : 0; 1340 el->mtime = vms_rawtime_to_time_t (mhd->datim) 1398 struct vms_mhd *mhd; local 2207 struct vms_mhd *mhd; local [all...] |
| vms-alpha.c | 2923 /* Write an EMH/MHD record. */ 6141 struct vms_emh_mhd *mhd = (struct vms_emh_mhd *) rec; 6147 if (rec_len < sizeof (* mhd)) 6150 "EMH_MHD", (unsigned) sizeof (*mhd)); 6154 fprintf (file, _(" structure level: %u\n"), mhd->strlvl); 6156 (unsigned) bfd_getl32 (mhd->recsiz)); 6157 name = (unsigned char *) (mhd + 1); 6129 struct vms_emh_mhd *mhd = (struct vms_emh_mhd *) rec; local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| vms-lib.c | 79 /* Total size of the mhd (element header). */ 848 /* Initial next_block. Extracted when the MHD is read. */ 850 /* Initial blk_off, once the MHD is read. */ 1295 struct vms_mhd *mhd; local 1322 /* Read Record length + MHD + align byte. */ 1333 /* Get info from mhd. */ 1334 mhd = (struct vms_mhd *)buf; 1336 if (mhd->id != MHD__C_MHDID) 1339 el->selective_search = (mhd->objstat & MHD__M_SELSRC) ? 1 : 0; 1340 el->mtime = vms_rawtime_to_time_t (mhd->datim) 1398 struct vms_mhd *mhd; local 2207 struct vms_mhd *mhd; local [all...] |
| vms-alpha.c | 2923 /* Write an EMH/MHD record. */ 6141 struct vms_emh_mhd *mhd = (struct vms_emh_mhd *) rec; 6147 if (rec_len < sizeof (* mhd)) 6150 "EMH_MHD", (unsigned) sizeof (*mhd)); 6154 fprintf (file, _(" structure level: %u\n"), mhd->strlvl); 6156 (unsigned) bfd_getl32 (mhd->recsiz)); 6157 name = (unsigned char *) (mhd + 1); 6129 struct vms_emh_mhd *mhd = (struct vms_emh_mhd *) rec; local
|
| /src/external/gpl2/gmake/dist/ |
| arscan.c | 60 struct mhddef *mhd; 78 mhd = (struct mhddef *) filename; 85 val = decc$fix_time (&mhd->mhd$l_datim) + timezone - daylight*3600; 59 struct mhddef *mhd; local
|