Lines Matching refs:actual_offset
3581 bfd_vma offset, actual_offset; in elf_xtensa_discard_info_for_section() local
3618 actual_offset = offset - removed_bytes; in elf_xtensa_discard_info_for_section()
3641 memmove (&contents[actual_offset], in elf_xtensa_discard_info_for_section()
3642 &contents[actual_offset + entry_size], in elf_xtensa_discard_info_for_section()
10636 bfd_vma bytes_to_remove, size, actual_offset; in relax_property_section() local
10708 actual_offset = offset - removed_bytes; in relax_property_section()
10709 size = bfd_get_32 (abfd, &contents[actual_offset + 4]); in relax_property_section()
10712 flags = bfd_get_32 (abfd, &contents[actual_offset + 8]); in relax_property_section()
10738 + bfd_get_32 (abfd, &contents[actual_offset])); in relax_property_section()
10775 memmove (&contents[actual_offset], in relax_property_section()
10776 &contents[actual_offset + bytes_to_remove], in relax_property_section()