Home | History | Annotate | Download | only in bfd

Lines Matching refs:subtype

860   int subtype;
866 subtype = bfd_getl16 (vms_rec + 4);
868 vms_debug2 ((3, "subtype %d\n", subtype));
870 switch (subtype)
1297 (*_bfd_error_handler) (_("Unknown EGSD subtype %d"), gsd_type);
2893 bfd_putl32 (0, eihd.subtype);
5551 unsigned int subtype;
5553 subtype = (unsigned)bfd_getl16 (emh->subtyp);
5555 fprintf (file, _(" EMH %u (len=%u): "), subtype, rec_len);
5557 switch (subtype)
5609 fprintf (file, _("unhandled emh subtype %u\n"), subtype);
7203 val = (unsigned)bfd_getl32 (eihd.subtype);
7216 fprintf (file, _(", subtype: %u (%s)\n"), val, name);