Home
last modified time | relevance | path

Searched refs:new_size (Results 1 – 16 of 16) 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
57 ret = mmap (0, new_size, PROT_READ | PROT_WRITE, in gold_mremap()
62 old_size < new_size ? old_size : new_size); in gold_mremap()
80 size_t new_size ATTRIBUTE_UNUSED, in gold_mremap()
Doutput.cc3135 off_t new_size = align_address(data_size + extra, this->addralign()); in set_final_data_size() local
3136 this->patch_space_ = new_size - data_size; in set_final_data_size()
3142 data_size = new_size; in set_final_data_size()
/toolchain/binutils/binutils-2.25/intl/
Dlocalealias.c314 size_t new_size = (string_space_max local
317 char *new_pool = (char *) realloc (string_space, new_size);
333 string_space_max = new_size;
373 size_t new_size; in extend_alias_table() local
376 new_size = maxmap == 0 ? 100 : 2 * maxmap; in extend_alias_table()
377 new_map = (struct alias_map *) realloc (map, (new_size in extend_alias_table()
384 maxmap = new_size; in extend_alias_table()
/toolchain/binutils/binutils-2.25/libiberty/
Dobstack.c242 register long new_size; in _obstack_newchunk() local
248 new_size = (obj_size + length) + (obj_size >> 3) + 100; in _obstack_newchunk()
249 if (new_size < h->chunk_size) in _obstack_newchunk()
250 new_size = h->chunk_size; in _obstack_newchunk()
253 new_chunk = CALL_CHUNKFUN (h, new_size); in _obstack_newchunk()
258 new_chunk->limit = h->chunk_limit = (char *) new_chunk + new_size; in _obstack_newchunk()
/toolchain/binutils/binutils-2.25/gas/
Ditbl-ops.c302 int n, size, new_size, new_num_opcodes; in append_insns_as_macros() local
323 new_size = sizeof (struct ITBL_OPCODE_STRUCT) * new_num_opcodes; in append_insns_as_macros()
324 ASSERT (new_size > size); in append_insns_as_macros()
328 new_opcodes = (struct ITBL_OPCODE_STRUCT *) malloc (new_size); in append_insns_as_macros()
Das.c965 unsigned long new_size; in parse_args() local
967 new_size = strtoul (optarg, NULL, 0); in parse_args()
968 if (new_size) in parse_args()
969 set_gas_hash_table_size (new_size); in parse_args()
Ddwarf2dbg.c1474 int old_size, new_size; in dwarf2dbg_relax_frag() local
1477 new_size = dwarf2dbg_estimate_size_before_relax (frag); in dwarf2dbg_relax_frag()
1479 return new_size - old_size; in dwarf2dbg_relax_frag()
/toolchain/binutils/binutils-2.25/gprof/
Dcorefile.c230 long new_size; in core_init() local
233 new_size = (core_num_syms + synth_count + 1) * sizeof (*core_syms); in core_init()
234 core_syms = (asymbol **) xrealloc (core_syms, new_size); in core_init()
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-coff.c1749 bfd_vma new_size; in coff_frob_section() local
1752 new_size = (size + mask) & ~mask; in coff_frob_section()
1753 bfd_set_section_size (stdoutput, sec, new_size); in coff_frob_section()
1762 fragp->fr_offset += new_size - size; in coff_frob_section()
Dtc-xtensa.c9059 addressT new_address, new_next_address, new_size; in relax_frag_loop_align() local
9076 new_size = new_next_address - new_address; in relax_frag_loop_align()
9078 growth = new_size - old_size; in relax_frag_loop_align()
/toolchain/binutils/binutils-2.25/ld/
Dlexsup.c1463 bfd_size_type new_size; in parse_args() local
1465 new_size = strtoul (optarg, NULL, 0); in parse_args()
1466 if (new_size) in parse_args()
1467 config.hash_table_size = new_size; in parse_args()
/toolchain/binutils/binutils-2.25/bfd/
Delf-eh-frame.c1438 unsigned int new_size; in _bfd_elf_write_section_eh_frame() local
1452 new_size = size_of_output_cie_fde (ent, ptr_size); in _bfd_elf_write_section_eh_frame()
1455 bfd_put_32 (abfd, new_size - 4, buf); in _bfd_elf_write_section_eh_frame()
1458 if (new_size != ent->size) in _bfd_elf_write_section_eh_frame()
1459 memset (end, 0, new_size - ent->size); in _bfd_elf_write_section_eh_frame()
Delf32-m68k.c1565 enum elf_m68k_got_offset_size new_size; in elf_m68k_update_got_entry_type() local
1586 new_size = elf_m68k_reloc_got_offset_size (new_reloc); in elf_m68k_update_got_entry_type()
1589 while (was_size > new_size) in elf_m68k_update_got_entry_type()
Delf32-xtensa.c9861 long old_size, new_size; in relax_property_section() local
9868 new_size = old_size; in relax_property_section()
9898 new_size = new_end_offset - new_offset; in relax_property_section()
9906 new_size -= in relax_property_section()
9909 if (new_size != old_size) in relax_property_section()
9911 bfd_put_32 (abfd, new_size, size_p); in relax_property_section()
DChangeLog-000172 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): If new_size
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dxtensaelf.em629 size_t new_size;
631 new_size = deps->size * 2;
632 if (new_size == 0)
633 new_size = 20;
635 new_sections = xmalloc (sizeof (asection *) * new_size);
636 memset (new_sections, 0, sizeof (asection *) * new_size);
644 deps->size = new_size;