Home
last modified time | relevance | path

Searched refs:removed_bytes (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-xtensa.c3617 bfd_size_type removed_bytes = 0; in elf_xtensa_discard_info_for_section() local
3653 actual_offset = offset - removed_bytes; in elf_xtensa_discard_info_for_section()
3660 cookie->rel->r_offset -= removed_bytes; in elf_xtensa_discard_info_for_section()
3679 removed_bytes += entry_size; in elf_xtensa_discard_info_for_section()
3691 if (cookie->rel->r_offset >= removed_bytes) in elf_xtensa_discard_info_for_section()
3692 cookie->rel->r_offset -= removed_bytes; in elf_xtensa_discard_info_for_section()
3700 if (removed_bytes != 0) in elf_xtensa_discard_info_for_section()
3705 if (cookie->rel->r_offset >= removed_bytes) in elf_xtensa_discard_info_for_section()
3706 cookie->rel->r_offset -= removed_bytes; in elf_xtensa_discard_info_for_section()
3712 memset (&contents[sec->size - removed_bytes], 0, removed_bytes); in elf_xtensa_discard_info_for_section()
[all …]
DChangeLog-20071064 * elf32-xtensa.c (compute_ebb_actions): Update removed_bytes when
DChangeLog-2004993 offset_with_removed_text. Use new target_offset and removed_bytes