/toolchain/binutils/binutils-2.25/gold/ |
D | mremap.c | 52 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()
|
D | output.cc | 3135 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/ |
D | localealias.c | 314 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/ |
D | obstack.c | 242 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/ |
D | itbl-ops.c | 302 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()
|
D | as.c | 965 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()
|
D | dwarf2dbg.c | 1474 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/ |
D | corefile.c | 230 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/ |
D | obj-coff.c | 1749 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()
|
D | tc-xtensa.c | 9059 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/ |
D | lexsup.c | 1463 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/ |
D | elf-eh-frame.c | 1438 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()
|
D | elf32-m68k.c | 1565 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()
|
D | elf32-xtensa.c | 9861 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()
|
D | ChangeLog-0001 | 72 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): If new_size
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | xtensaelf.em | 629 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;
|