Lines Matching refs:actual_offset
3616 bfd_vma offset, actual_offset; in elf_xtensa_discard_info_for_section() local
3653 actual_offset = offset - removed_bytes; in elf_xtensa_discard_info_for_section()
3676 memmove (&contents[actual_offset], in elf_xtensa_discard_info_for_section()
3677 &contents[actual_offset + entry_size], in elf_xtensa_discard_info_for_section()
9956 bfd_vma bytes_to_remove, size, actual_offset; in relax_property_section() local
10028 actual_offset = offset - removed_bytes; in relax_property_section()
10029 size = bfd_get_32 (abfd, &contents[actual_offset + 4]); in relax_property_section()
10032 flags = bfd_get_32 (abfd, &contents[actual_offset + 8]); in relax_property_section()
10058 + bfd_get_32 (abfd, &contents[actual_offset])); in relax_property_section()
10095 memmove (&contents[actual_offset], in relax_property_section()
10096 &contents[actual_offset + bytes_to_remove], in relax_property_section()