Home | History | Annotate | Download | only in bfd

Lines Matching full:fixup

599 	  /* Look for an existing fixup to this address.  */
649 /* Record the fixup so we don't do it again this section. */
1300 /* Create a fixup section. */
1311 /* Create the transfer fixup section. */
2552 /* Add a fixup. */
2859 /* The fixups_off was in fact containing the size of the fixup
2929 Elf64_External_VMS_IMAGE_FIXUP *fixup;
2943 fixup = (Elf64_External_VMS_IMAGE_FIXUP *)(relsec->contents + fixoff);
2952 bfd_putl64 (offset - phdr->p_vaddr, fixup->fixup_offset);
2953 bfd_putl32 (type, fixup->type);
2954 bfd_putl32 (phdr - elf_tdata (output_bfd)->phdr, fixup->fixup_seg);
2955 bfd_putl64 (addend, fixup->addend);
2956 bfd_putl32 (h->root.u.def.value, fixup->symvec_index);
2957 bfd_putl32 (2, fixup->data_type);
3756 with an out-of-range fixup here. Don't bother setting
3770 fixup code, and thus probably ought not be dynamic. The
3779 msg = _("%B: speculation fixup to dynamic symbol %s");