Lines Matching refs:trampoff
328 bfd_vma trampoff; in elfNN_ia64_relax_section() member
392 bfd_vma symaddr, reladdr, trampoff, toff, roff; in elfNN_ia64_relax_section() local
651 trampoff = (sec->size + 15) & (bfd_vma) -16; in elfNN_ia64_relax_section()
655 offset = trampoff - (roff & (bfd_vma) -4); in elfNN_ia64_relax_section()
659 amt = trampoff + size; in elfNN_ia64_relax_section()
667 memcpy (contents + trampoff, plt_full_entry, size); in elfNN_ia64_relax_section()
672 irel->r_offset = trampoff; in elfNN_ia64_relax_section()
678 memcpy (contents + trampoff, oor_ip, size); in elfNN_ia64_relax_section()
682 irel->r_offset = trampoff + 2; in elfNN_ia64_relax_section()
686 memcpy (contents + trampoff, oor_brl, size); in elfNN_ia64_relax_section()
689 irel->r_offset = trampoff + 2; in elfNN_ia64_relax_section()
700 f->trampoff = trampoff; in elfNN_ia64_relax_section()
707 offset = f->trampoff - (roff & (bfd_vma) -4); in elfNN_ia64_relax_section()