HomeSort by: relevance | last modified time | path
    Searched defs:recrd (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
vms-alpha.c 275 struct vms_rec_rd recrd;
474 struct vms_eihd *eihd = (struct vms_eihd *)PRIV (recrd.rec);
497 PRIV (recrd.rec_size), imgtype, (unsigned long) symvva,
525 if (offset > PRIV (recrd.rec_size)
526 || (PRIV (recrd.rec_size) - offset
529 eisd = (struct vms_eisd *) (PRIV (recrd.rec) + offset);
545 if (rec_size > PRIV (recrd.rec_size) - offset)
644 unsigned char *p = PRIV (recrd.rec) + offset;
654 if (offset > PRIV (recrd.rec_size) - (EIHS__L_DMTBYTES + 4))
769 if (PRIV (recrd.file_format) == FF_UNKNOWN
274 struct vms_rec_rd recrd; member in struct:vms_private_data_struct
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
vms-alpha.c 275 struct vms_rec_rd recrd;
474 struct vms_eihd *eihd = (struct vms_eihd *)PRIV (recrd.rec);
479 if (PRIV (recrd.buf_size) < sizeof (* eihd))
536 if (offset > PRIV (recrd.rec_size)
537 || (PRIV (recrd.rec_size) - offset
540 eisd = (struct vms_eisd *) (PRIV (recrd.rec) + offset);
556 if (rec_size > PRIV (recrd.rec_size) - offset)
655 unsigned char *p = PRIV (recrd.rec) + offset;
665 if (offset > PRIV (recrd.rec_size) - (EIHS__L_DMTBYTES + 4))
780 if (PRIV (recrd.file_format) == FF_UNKNOWN
274 struct vms_rec_rd recrd; member in struct:vms_private_data_struct
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
vms-alpha.c 275 struct vms_rec_rd recrd;
474 struct vms_eihd *eihd = (struct vms_eihd *)PRIV (recrd.rec);
479 if (PRIV (recrd.buf_size) < sizeof (* eihd))
536 if (offset > PRIV (recrd.rec_size)
537 || (PRIV (recrd.rec_size) - offset
540 eisd = (struct vms_eisd *) (PRIV (recrd.rec) + offset);
556 if (rec_size > PRIV (recrd.rec_size) - offset)
655 unsigned char *p = PRIV (recrd.rec) + offset;
665 if (offset > PRIV (recrd.rec_size) - (EIHS__L_DMTBYTES + 4))
780 if (PRIV (recrd.file_format) == FF_UNKNOWN
274 struct vms_rec_rd recrd; member in struct:vms_private_data_struct
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
vms-alpha.c 275 struct vms_rec_rd recrd;
474 struct vms_eihd *eihd = (struct vms_eihd *)PRIV (recrd.rec);
479 if (PRIV (recrd.buf_size) < sizeof (* eihd))
536 if (offset > PRIV (recrd.rec_size)
537 || (PRIV (recrd.rec_size) - offset
540 eisd = (struct vms_eisd *) (PRIV (recrd.rec) + offset);
556 if (rec_size > PRIV (recrd.rec_size) - offset)
655 unsigned char *p = PRIV (recrd.rec) + offset;
665 if (offset > PRIV (recrd.rec_size) - (EIHS__L_DMTBYTES + 4))
780 if (PRIV (recrd.file_format) == FF_UNKNOWN
274 struct vms_rec_rd recrd; member in struct:vms_private_data_struct
    [all...]

Completed in 29 milliseconds