Searched refs:actual_offset (Results 1 – 1 of 1) sorted by relevance
3616 bfd_vma offset, actual_offset; in elf_xtensa_discard_info_for_section() local3653 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() local10028 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()[all …]