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

  /src/external/gpl3/binutils/dist/bfd/
vms-alpha.c 44 #include "vms/eihd.h"
465 /* Read & process EIHD record.
474 struct vms_eihd *eihd = (struct vms_eihd *)PRIV (recrd.rec);
478 imgtype = bfd_getl32 (eihd->imgtype);
483 symvva = bfd_getl64 (eihd->symvva);
490 PRIV (ident) = bfd_getl32 (eihd->ident);
491 PRIV (matchctl) = eihd->matchctl;
493 *eisd_offset = bfd_getl32 (eihd->isdoff);
494 *eihs_offset = bfd_getl32 (eihd->symdbgoff);
496 vms_debug2 ((4, "EIHD size %d imgtype %d symvva 0x%lx eisd %d eihs %d\n"
472 struct vms_eihd *eihd = (struct vms_eihd *)PRIV (recrd.rec); local
3215 struct vms_eihd eihd; local
8060 struct vms_eihd eihd; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
vms-alpha.c 44 #include "vms/eihd.h"
465 /* Read & process EIHD record.
474 struct vms_eihd *eihd = (struct vms_eihd *)PRIV (recrd.rec);
479 if (PRIV (recrd.buf_size) < sizeof (* eihd))
481 _bfd_error_handler (_("corrupt EIHD record - size is too small"));
486 size = bfd_getl32 (eihd->size);
487 imgtype = bfd_getl32 (eihd->imgtype);
492 symvva = bfd_getl64 (eihd->symvva);
499 PRIV (ident) = bfd_getl32 (eihd->ident);
500 PRIV (matchctl) = eihd->matchctl
472 struct vms_eihd *eihd = (struct vms_eihd *)PRIV (recrd.rec); local
3202 struct vms_eihd eihd; local
8045 struct vms_eihd eihd; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
vms-alpha.c 44 #include "vms/eihd.h"
465 /* Read & process EIHD record.
474 struct vms_eihd *eihd = (struct vms_eihd *)PRIV (recrd.rec);
479 if (PRIV (recrd.buf_size) < sizeof (* eihd))
481 _bfd_error_handler (_("corrupt EIHD record - size is too small"));
486 size = bfd_getl32 (eihd->size);
487 imgtype = bfd_getl32 (eihd->imgtype);
492 symvva = bfd_getl64 (eihd->symvva);
499 PRIV (ident) = bfd_getl32 (eihd->ident);
500 PRIV (matchctl) = eihd->matchctl
472 struct vms_eihd *eihd = (struct vms_eihd *)PRIV (recrd.rec); local
3202 struct vms_eihd eihd; local
8045 struct vms_eihd eihd; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
vms-alpha.c 44 #include "vms/eihd.h"
465 /* Read & process EIHD record.
474 struct vms_eihd *eihd = (struct vms_eihd *)PRIV (recrd.rec);
479 if (PRIV (recrd.buf_size) < sizeof (* eihd))
481 _bfd_error_handler (_("corrupt EIHD record - size is too small"));
486 size = bfd_getl32 (eihd->size);
487 imgtype = bfd_getl32 (eihd->imgtype);
492 symvva = bfd_getl64 (eihd->symvva);
499 PRIV (ident) = bfd_getl32 (eihd->ident);
500 PRIV (matchctl) = eihd->matchctl
472 struct vms_eihd *eihd = (struct vms_eihd *)PRIV (recrd.rec); local
3208 struct vms_eihd eihd; local
8047 struct vms_eihd eihd; local
    [all...]

Completed in 44 milliseconds