Home | History | Annotate | Download | only in bfd

Lines Matching full:recbeg

6906             struct vms_dst_recbeg *recbeg = (void *)buf;
6907 const char *name = (const char *)buf + sizeof (*recbeg);
6909 fprintf (file, _("recbeg: name: %.*s\n"), name[0], name + 1);