Lines Matching refs:roff
4183 bfd_vma roff = rel->r_offset; in elf_x86_64_relocate_section() local
4212 && contents[roff + 5] == (bfd_byte) '\xb8') in elf_x86_64_relocate_section()
4214 memcpy (contents + roff - 3, in elf_x86_64_relocate_section()
4220 memcpy (contents + roff - 4, in elf_x86_64_relocate_section()
4224 memcpy (contents + roff - 3, in elf_x86_64_relocate_section()
4229 contents + roff + 8 + largepic); in elf_x86_64_relocate_section()
4245 type = bfd_get_8 (input_bfd, contents + roff - 3); in elf_x86_64_relocate_section()
4246 val = bfd_get_8 (input_bfd, contents + roff - 1); in elf_x86_64_relocate_section()
4248 contents + roff - 3); in elf_x86_64_relocate_section()
4249 bfd_put_8 (output_bfd, 0xc7, contents + roff - 2); in elf_x86_64_relocate_section()
4251 contents + roff - 1); in elf_x86_64_relocate_section()
4254 contents + roff); in elf_x86_64_relocate_section()
4264 bfd_put_8 (output_bfd, 0x66, contents + roff); in elf_x86_64_relocate_section()
4265 bfd_put_8 (output_bfd, 0x90, contents + roff + 1); in elf_x86_64_relocate_section()
4288 if (roff >= 3) in elf_x86_64_relocate_section()
4289 val = bfd_get_8 (input_bfd, contents + roff - 3); in elf_x86_64_relocate_section()
4292 type = bfd_get_8 (input_bfd, contents + roff - 2); in elf_x86_64_relocate_section()
4293 reg = bfd_get_8 (input_bfd, contents + roff - 1); in elf_x86_64_relocate_section()
4300 contents + roff - 3); in elf_x86_64_relocate_section()
4303 contents + roff - 3); in elf_x86_64_relocate_section()
4305 contents + roff - 2); in elf_x86_64_relocate_section()
4307 contents + roff - 1); in elf_x86_64_relocate_section()
4315 contents + roff - 3); in elf_x86_64_relocate_section()
4318 contents + roff - 3); in elf_x86_64_relocate_section()
4320 contents + roff - 2); in elf_x86_64_relocate_section()
4322 contents + roff - 1); in elf_x86_64_relocate_section()
4329 contents + roff - 3); in elf_x86_64_relocate_section()
4332 contents + roff - 3); in elf_x86_64_relocate_section()
4334 contents + roff - 2); in elf_x86_64_relocate_section()
4336 contents + roff - 1); in elf_x86_64_relocate_section()
4340 contents + roff); in elf_x86_64_relocate_section()
4460 bfd_vma roff = rel->r_offset; in elf_x86_64_relocate_section() local
4487 && contents[roff + 5] == (bfd_byte) '\xb8') in elf_x86_64_relocate_section()
4489 memcpy (contents + roff - 3, in elf_x86_64_relocate_section()
4495 memcpy (contents + roff - 4, in elf_x86_64_relocate_section()
4499 memcpy (contents + roff - 3, in elf_x86_64_relocate_section()
4505 - roff in elf_x86_64_relocate_section()
4511 contents + roff + 8 + largepic); in elf_x86_64_relocate_section()
4529 bfd_put_8 (output_bfd, 0x8b, contents + roff - 2); in elf_x86_64_relocate_section()
4538 contents + roff); in elf_x86_64_relocate_section()
4550 bfd_put_8 (output_bfd, 0x66, contents + roff); in elf_x86_64_relocate_section()
4551 bfd_put_8 (output_bfd, 0x90, contents + roff + 1); in elf_x86_64_relocate_section()