Lines Matching defs:patch_off
9241 bfd_vma patch_off, patch_addr;
9331 patch_off = patch_addr - start_addr;
9332 bfd_put_32 (input_bfd, B + patch_off - offset, contents + offset);
9351 relend[-1].r_offset += patch_off - offset;
9360 relend[-1].r_addend += patch_off - offset;
9396 outrel.r_offset += patch_off - offset;
9412 delta += offset - patch_off;
9437 contents + patch_off);
9438 patch_off += 4;
9440 B | ((offset + 4 - patch_off) & 0x3fffffc),
9441 contents + patch_off);
9442 patch_off += 4;
9455 contents + patch_off);
9456 patch_off += 4;
9458 B | ((offset + 4 - patch_off) & 0x3fffffc),
9459 contents + patch_off);
9460 patch_off += 4;
9463 contents + patch_off);
9464 patch_off += 4;
9469 bfd_put_32 (input_bfd, insn, contents + patch_off);
9470 patch_off += 4;
9472 B | ((offset + 4 - patch_off) & 0x3fffffc),
9473 contents + patch_off);
9474 patch_off += 4;
9476 BFD_ASSERT (patch_off <= input_section->size);
9477 relax_info->workaround_size = input_section->size - patch_off;