Lines Matching defs:patch_off
9207 bfd_vma patch_off, patch_addr;
9297 patch_off = patch_addr - start_addr;
9298 bfd_put_32 (input_bfd, B + patch_off - offset, contents + offset);
9317 relend[-1].r_offset += patch_off - offset;
9326 relend[-1].r_addend += patch_off - offset;
9362 outrel.r_offset += patch_off - offset;
9378 delta += offset - patch_off;
9403 contents + patch_off);
9404 patch_off += 4;
9406 B | ((offset + 4 - patch_off) & 0x3fffffc),
9407 contents + patch_off);
9408 patch_off += 4;
9421 contents + patch_off);
9422 patch_off += 4;
9424 B | ((offset + 4 - patch_off) & 0x3fffffc),
9425 contents + patch_off);
9426 patch_off += 4;
9429 contents + patch_off);
9430 patch_off += 4;
9435 bfd_put_32 (input_bfd, insn, contents + patch_off);
9436 patch_off += 4;
9438 B | ((offset + 4 - patch_off) & 0x3fffffc),
9439 contents + patch_off);
9440 patch_off += 4;
9442 BFD_ASSERT (patch_off <= input_section->size);
9443 relax_info->workaround_size = input_section->size - patch_off;