Home | History | Annotate | Download | only in bfd

Lines Matching defs:fixup_offset

2116   bfd_vma fixup_offset;
2121 fixup_offset = rofixup->reloc_count * 4;
2124 BFD_ASSERT (fixup_offset < rofixup->size);
2125 bfd_put_32 (output_bfd, offset, rofixup->contents + fixup_offset);
2137 return fixup_offset;