Home | History | Annotate | Download | only in bfd

Lines Matching refs:roff

3812 		  bfd_vma roff;
3824 roff = rel->r_offset + 5;
3834 roff = rel->r_offset + 6;
3837 contents + roff);
3853 bfd_vma roff;
3855 roff = rel->r_offset;
3856 val = bfd_get_8 (input_bfd, contents + roff - 1);
3862 contents + roff - 1);
3864 contents + roff);
3875 bfd_vma roff;
3877 roff = rel->r_offset;
3878 bfd_put_8 (output_bfd, 0x66, contents + roff);
3879 bfd_put_8 (output_bfd, 0x90, contents + roff + 1);
4141 bfd_vma roff;
4152 roff = rel->r_offset - 3;
4159 roff = rel->r_offset - 2;
4161 memcpy (contents + roff,
4163 contents[roff + 7] = 0x80 | (val & 7);
4170 contents[roff + 6] = 0x03;
4176 contents + roff + 8);
4194 bfd_vma roff;
4199 roff = rel->r_offset;
4207 bfd_put_8 (output_bfd, 0x8b, contents + roff - 2);
4217 contents + roff);
4233 bfd_vma roff;
4235 roff = rel->r_offset;
4241 bfd_put_8 (output_bfd, 0x66, contents + roff);
4242 bfd_put_8 (output_bfd, 0x90, contents + roff + 1);
4247 bfd_put_8 (output_bfd, 0xf7, contents + roff);
4248 bfd_put_8 (output_bfd, 0xd8, contents + roff + 1);