Lines Matching refs:roff
392 bfd_vma symaddr, reladdr, trampoff, toff, roff; in elfNN_ia64_relax_section() local
557 roff = irel->r_offset; in elfNN_ia64_relax_section()
565 + roff) & (bfd_vma) -4; in elfNN_ia64_relax_section()
586 ia64_elf_relax_brl (contents, roff); in elfNN_ia64_relax_section()
602 else if (ia64_elf_relax_br (contents, roff)) in elfNN_ia64_relax_section()
620 sec->owner, sec, (unsigned long) roff); in elfNN_ia64_relax_section()
629 if (tsec == sec && toff > roff) in elfNN_ia64_relax_section()
655 offset = trampoff - (roff & (bfd_vma) -4); in elfNN_ia64_relax_section()
707 offset = f->trampoff - (roff & (bfd_vma) -4); in elfNN_ia64_relax_section()
716 if (ia64_elf_install_value (contents + roff, offset, r_type) in elfNN_ia64_relax_section()
764 ia64_elf_relax_ldxmov (contents, roff); in elfNN_ia64_relax_section()