Lines Matching full:fixup
442 /* Fixup section. */
443 asection *fixup;
2855 /* If relocations or fixup will be applied, make this isect writeable. */
2866 if (strcmp (sec->name, "$FIXUP$") == 0)
7251 fprintf (file, _(" fixup info rva: "));
7308 fprintf (file, _(", ext fixup offset: %u, no_opt psect off: %u"),
7681 _("Image activator fixup: (major: %u, minor: %u)\n"),
7942 /* Add a linkage pair fixup at address SECT + OFFSET to SHLIB. */
7959 /* Add a code address fixup at address SECT + OFFSET to SHLIB. */
7976 /* Add a quad word relocation fixup at address SECT + OFFSET to SHLIB. */
8064 ret->fixup = NULL;
8308 /* Add an eicp entry for the fixup itself. */
8327 sec = alpha_vms_link_hash (info)->fixup;
8497 strcmp (sec->name, "$FIXUP$") == 0)
8746 /* Create the fixup section. */
8748 (info->output_bfd, "$FIXUP$",
8755 alpha_vms_link_hash (info)->fixup = fixupsec;