Lines Matching full:eicp
59 #include "vms/eicp.h"
7742 struct vms_eicp *eicp = (struct vms_eicp *)(buf + chgprtoff + 4);
7746 for (j = 0; j < count; j++, eicp++)
7748 unsigned int prot = bfd_getl32 (eicp->newprt);
7751 (unsigned)bfd_getl32 (eicp->baseva + 4),
7752 (unsigned)bfd_getl32 (eicp->baseva + 0),
7753 (unsigned)bfd_getl32 (eicp->size),
7754 (unsigned)bfd_getl32 (eicp->newprt));
8283 /* Add an eicp entry for the fixup itself. */
8468 struct vms_eicp *eicp;
8480 eicp = (struct vms_eicp *)(content + off);
8481 bfd_putl64 (sec->vma - t->base_addr, eicp->baseva);
8483 eicp->size);
8484 bfd_putl32 (prot, eicp->newprt);
8717 linking. We use the RELOC flag for computing the eicp entries. */