Searched refs:gpdisp (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-alpha.c378 elf64_alpha_do_reloc_gpdisp (bfd *abfd, bfd_vma gpdisp, bfd_byte *p_ldah,
398 gpdisp += addend;
400 if ((bfd_signed_vma) gpdisp < -(bfd_signed_vma) 0x80000000
401 || (bfd_signed_vma) gpdisp >= (bfd_signed_vma) 0x7fff8000)
406 | (((gpdisp >> 16) + ((gpdisp >> 15) & 1)) & 0xffff));
407 i_lda = (i_lda & 0xffff0000) | (gpdisp & 0xffff);
3057 Elf_Internal_Rela *tsec_relocs, *tsec_relend, *tsec_free, *gpdisp;
3084 gpdisp = (elf64_alpha_find_reloc_at_ofs
3087 if (!gpdisp || gpdis
374 elf64_alpha_do_reloc_gpdisp(bfd *abfd, bfd_vma gpdisp, bfd_byte *p_ldah, bfd_byte *p_lda) argument
3048 Elf_Internal_Rela *tsec_relocs, *tsec_relend, *tsec_free, *gpdisp; local
3288 Elf_Internal_Rela *gpdisp local
3358 Elf_Internal_Rela *gpdisp, *hint; local
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-alpha.c121 #define O_gpdisp O_md11 /* !gpdisp relocation. */
428 DEF (gpdisp, BFD_RELOC_ALPHA_GPDISP, 1, 1),
621 _("No ldah !gpdisp!%ld was found"),
701 _("No lda !gpdisp!%ld was found"),
719 relocations, and similarly for !gpdisp relocations. */
1681 as_bad (_("too many ldah insns for !gpdisp!%ld"), insn->sequence);
1683 as_bad (_("both insns for !gpdisp!%ld must be in the same section"),
1693 as_bad (_("too many lda insns for !gpdisp!%ld"), insn->sequence);
1695 as_bad (_("both insns for !gpdisp!%ld must be in the same section"),
1960 relocation tag for both ldah and lda with gpdisp
[all...]

Completed in 194 milliseconds