Lines Matching refs:removed_bytes

3617   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()
3720 sec->size -= removed_bytes; in elf_xtensa_discard_info_for_section()
3726 sgotloc->size -= removed_bytes; in elf_xtensa_discard_info_for_section()
3735 return (removed_bytes != 0); in elf_xtensa_discard_info_for_section()
5413 int removed_bytes; member
5459 current_removed = ta->removed_bytes; in compute_removed_action_diff()
5487 ta->removed_bytes += fill_diff; in adjust_fill_action()
5524 t->removed_bytes += removed; in text_action_add()
5539 ta->removed_bytes = removed; in text_action_add()
5575 ta->removed_bytes = removed; in text_action_add_literal()
5602 && (before_fill || r->action != ta_fill || r->removed_bytes >= 0)) in removed_by_actions()
5605 removed += r->removed_bytes; in removed_by_actions()
5703 r->sec->name, (unsigned long) r->offset, t, r->removed_bytes); in print_action_list()
6205 int removed_bytes; member
6464 int removed_bytes, in ebb_propose_action() argument
6491 act->removed_bytes = removed_bytes; in ebb_propose_action()
7582 int removed_bytes = 0; in compute_ebb_actions() local
7682 action->removed_bytes += 3; in compute_ebb_actions()
7690 action->removed_bytes += 1; in compute_ebb_actions()
7698 action->removed_bytes -= 1; in compute_ebb_actions()
7713 removed_bytes = 0; in compute_ebb_actions()
7716 int old_removed_bytes = removed_bytes; in compute_ebb_actions()
7722 removed_bytes += 3; in compute_ebb_actions()
7732 offset, offset - removed_bytes)) in compute_ebb_actions()
7743 offset - removed_bytes)) in compute_ebb_actions()
7755 new_action->removed_bytes += 1; in compute_ebb_actions()
7765 new_action->removed_bytes += 1; in compute_ebb_actions()
7770 removed_bytes += new_action->removed_bytes; in compute_ebb_actions()
7774 action->removed_bytes += 3; in compute_ebb_actions()
7779 removed_bytes = old_removed_bytes; in compute_ebb_actions()
7781 removed_bytes += action->removed_bytes; in compute_ebb_actions()
7785 removed_bytes = 0; in compute_ebb_actions()
7790 removed_bytes += action->removed_bytes; in compute_ebb_actions()
7793 if ((removed_bytes % (1 << ebb_table->ebb.sec->alignment_power)) != 0 in compute_ebb_actions()
7806 br = action->removed_bytes + removed_bytes + extra_space; in compute_ebb_actions()
7809 action->removed_bytes = extra_space - br; in compute_ebb_actions()
7938 removed += r->removed_bytes; in build_xlate_map()
8042 int removed_bytes = action->removed_bytes; in check_section_ebb_pcrels_fit() local
8045 && action->removed_bytes < 0)) in check_section_ebb_pcrels_fit()
8046 self_removed_bytes += removed_bytes; in check_section_ebb_pcrels_fit()
8049 && action->removed_bytes < 0)) in check_section_ebb_pcrels_fit()
8050 target_removed_bytes += removed_bytes; in check_section_ebb_pcrels_fit()
8108 removed += action->removed_bytes; in check_section_ebb_reduces()
8140 action->removed_bytes); in text_action_add_proposed()
9164 final_size -= action->removed_bytes; in relax_section()
9198 && action->offset - action->removed_bytes == orig_dot) in relax_section()
9229 BFD_ASSERT (action->removed_bytes >= 0); in relax_section()
9230 orig_dot += action->removed_bytes; in relax_section()
9237 BFD_ASSERT (action->removed_bytes == 1); in relax_section()
9246 if (action->removed_bytes >= 0) in relax_section()
9247 orig_dot += action->removed_bytes; in relax_section()
9252 dup_dot += (-action->removed_bytes); in relax_section()
9257 BFD_ASSERT (action->removed_bytes == 0); in relax_section()
9270 BFD_ASSERT (action->removed_bytes == -1); in relax_section()
9281 BFD_ASSERT (action->removed_bytes == -4); in relax_section()
9305 removed += action->removed_bytes; in relax_section()
9934 int removed_bytes = 0; in relax_property_section() local
9975 irel->r_offset -= removed_bytes; in relax_property_section()
10019 offset_rel->r_offset -= removed_bytes; in relax_property_section()
10028 actual_offset = offset - removed_bytes; in relax_property_section()
10093 removed_bytes += bytes_to_remove; in relax_property_section()
10101 if (removed_bytes) in relax_property_section()
10105 irel->r_offset -= removed_bytes; in relax_property_section()
10108 memset (&contents[sec->size - removed_bytes], 0, removed_bytes); in relax_property_section()
10112 sec->size -= removed_bytes; in relax_property_section()
10118 sgotloc->size -= removed_bytes; in relax_property_section()