Home
last modified time | relevance | path

Searched refs:actual_offset (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf32-xtensa.c2687 bfd_vma offset, actual_offset; local
2714 actual_offset = offset - removed_bytes;
2737 memmove (&contents[actual_offset],
2738 &contents[actual_offset+8],
5135 bfd_vma bytes_to_remove, size, actual_offset; local
5171 actual_offset = offset - removed_bytes;
5172 size = bfd_get_32 (abfd, &contents[actual_offset + 4]);
5217 + bfd_get_32 (abfd, &contents[actual_offset]));
5250 memmove (&contents[actual_offset],
5251 &contents[actual_offset+8],
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-xtensa.c2868 bfd_vma offset, actual_offset; in elf_xtensa_discard_info_for_section() local
2895 actual_offset = offset - removed_bytes; in elf_xtensa_discard_info_for_section()
2918 memmove (&contents[actual_offset], in elf_xtensa_discard_info_for_section()
2919 &contents[actual_offset+8], in elf_xtensa_discard_info_for_section()
8967 bfd_vma bytes_to_remove, size, actual_offset; in relax_property_section() local
9004 actual_offset = offset - removed_bytes; in relax_property_section()
9005 size = bfd_get_32 (abfd, &contents[actual_offset + 4]); in relax_property_section()
9008 flags = bfd_get_32 (abfd, &contents[actual_offset + 8]); in relax_property_section()
9061 + bfd_get_32 (abfd, &contents[actual_offset])); in relax_property_section()
9102 memmove (&contents[actual_offset], in relax_property_section()
[all …]