Lines Matching refs:roff
3809 bfd_vma roff; in elf_i386_relocate_section() local
3821 roff = rel->r_offset + 5; in elf_i386_relocate_section()
3831 roff = rel->r_offset + 6; in elf_i386_relocate_section()
3834 contents + roff); in elf_i386_relocate_section()
3850 bfd_vma roff; in elf_i386_relocate_section() local
3852 roff = rel->r_offset; in elf_i386_relocate_section()
3853 val = bfd_get_8 (input_bfd, contents + roff - 1); in elf_i386_relocate_section()
3859 contents + roff - 1); in elf_i386_relocate_section()
3861 contents + roff); in elf_i386_relocate_section()
3872 bfd_vma roff; in elf_i386_relocate_section() local
3874 roff = rel->r_offset; in elf_i386_relocate_section()
3875 bfd_put_8 (output_bfd, 0x66, contents + roff); in elf_i386_relocate_section()
3876 bfd_put_8 (output_bfd, 0x90, contents + roff + 1); in elf_i386_relocate_section()
4138 bfd_vma roff; in elf_i386_relocate_section() local
4149 roff = rel->r_offset - 3; in elf_i386_relocate_section()
4156 roff = rel->r_offset - 2; in elf_i386_relocate_section()
4158 memcpy (contents + roff, in elf_i386_relocate_section()
4160 contents[roff + 7] = 0x80 | (val & 7); in elf_i386_relocate_section()
4167 contents[roff + 6] = 0x03; in elf_i386_relocate_section()
4173 contents + roff + 8); in elf_i386_relocate_section()
4191 bfd_vma roff; in elf_i386_relocate_section() local
4196 roff = rel->r_offset; in elf_i386_relocate_section()
4204 bfd_put_8 (output_bfd, 0x8b, contents + roff - 2); in elf_i386_relocate_section()
4214 contents + roff); in elf_i386_relocate_section()
4230 bfd_vma roff; in elf_i386_relocate_section() local
4232 roff = rel->r_offset; in elf_i386_relocate_section()
4238 bfd_put_8 (output_bfd, 0x66, contents + roff); in elf_i386_relocate_section()
4239 bfd_put_8 (output_bfd, 0x90, contents + roff + 1); in elf_i386_relocate_section()
4244 bfd_put_8 (output_bfd, 0xf7, contents + roff); in elf_i386_relocate_section()
4245 bfd_put_8 (output_bfd, 0xd8, contents + roff + 1); in elf_i386_relocate_section()