Home
last modified time | relevance | path

Searched refs:old_size (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dmremap.c52 gold_mremap (void *old_address, size_t old_size, size_t new_size, in gold_mremap() argument
62 old_size < new_size ? old_size : new_size); in gold_mremap()
63 (void) munmap (old_address, old_size); in gold_mremap()
79 size_t old_size ATTRIBUTE_UNUSED, in gold_mremap()
Doutput.cc3947 size_t old_size = checkpoint->input_sections_size(); in restore_states() local
3948 gold_assert(this->input_sections_.size() >= old_size); in restore_states()
3949 this->input_sections_.resize(old_size); in restore_states()
/toolchain/binutils/binutils-2.25/ld/
Dldcref.c113 static unsigned int old_size; variable
246 old_size = cref_table.root.size; in handle_asneeded_cref()
287 cref_table.root.size = old_size; in handle_asneeded_cref()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xtensa.c9058 addressT old_address, old_next_address, old_size; in relax_frag_loop_align() local
9070 old_size = old_next_address - old_address; in relax_frag_loop_align()
9078 growth = new_size - old_size; in relax_frag_loop_align()
9682 int old_size; in relax_frag_immed() local
9711 old_size = xtensa_format_length (isa, fmt); in relax_frag_immed()
9718 && ((old_size == 2) || (old_size == 3)) in relax_frag_immed()
9746 num_text_bytes += old_size; in relax_frag_immed()
9757 frag_offset + old_size, in relax_frag_immed()
9758 min_steps, stretch + old_size); in relax_frag_immed()
9768 num_text_bytes = get_num_stack_text_bytes (&istack) + old_size; in relax_frag_immed()
[all …]
/toolchain/binutils/binutils-2.25/gas/
Ddwarf2dbg.c1474 int old_size, new_size; in dwarf2dbg_relax_frag() local
1476 old_size = frag->fr_subtype; in dwarf2dbg_relax_frag()
1479 return new_size - old_size; in dwarf2dbg_relax_frag()
/toolchain/binutils/binutils-2.25/bfd/
Delf32-xtensa.c9861 long old_size, new_size; in relax_property_section() local
9867 old_size = bfd_get_32 (abfd, size_p); in relax_property_section()
9868 new_size = old_size; in relax_property_section()
9870 if (old_size == 0) in relax_property_section()
9907 removed_by_actions (&act, old_offset + old_size, TRUE); in relax_property_section()
9909 if (new_size != old_size) in relax_property_section()
10051 bfd_vma old_size = in relax_property_section() local
10067 && old_address + old_size == new_address in relax_property_section()
10073 bfd_put_32 (abfd, old_size + size, in relax_property_section()
Dcoffcode.h3425 bfd_size_type old_size; in coff_compute_section_file_positions() local
3427 old_size = current->size; in coff_compute_section_file_positions()
3430 align_adjust = current->size != old_size; in coff_compute_section_file_positions()
3431 sofar += current->size - old_size; in coff_compute_section_file_positions()
Delflink.c3332 unsigned int old_size = 0; in elf_link_add_object_symbols() local
3778 old_size = htab->root.table.size; in elf_link_add_object_symbols()
4479 htab->root.table.size = old_size; in elf_link_add_object_symbols()