/toolchain/binutils/binutils-2.25/include/ |
D | libiberty.h | 310 extern void *xrealloc (void *, size_t) ATTRIBUTE_RETURNS_NONNULL; 356 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) 365 #define XRESIZEVAR(T, P, S) ((T *) xrealloc ((P), (S)))
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | argv.c | 206 nargv = (char **) xrealloc (argv, maxargc * sizeof (char *)); in buildargv() 446 xrealloc (*argvp, in expandargv()
|
D | xmalloc.c | 170 xrealloc (PTR oldmem, size_t size) in xrealloc() function
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldmisc.h | 32 extern void *xrealloc (void *, size_t);
|
D | deffilep.y | 704 fdef->exports = xrealloc (fdef->exports, in def_file_add_export() 846 fdef->imports = xrealloc (fdef->imports, in def_file_add_import() 1002 def->description = xrealloc (def->description, len); in def_description() 1037 def->section_defs = xrealloc (def->section_defs, in def_section() 1224 buffer = xrealloc (buffer, buflen + 1); in put_buf()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | bucomm.h | 79 void *xrealloc (void *, size_t);
|
D | rdcoff.c | 467 xrealloc (fields, alloc * sizeof *fields)); in parse_coff_struct_type() 530 xrealloc (names, alloc * sizeof *names)); in parse_coff_enum_type() 532 xrealloc (vals, alloc * sizeof *vals)); in parse_coff_enum_type()
|
D | wrstabs.c | 382 info->symbols = (bfd_byte *) xrealloc (info->symbols, in stab_write_symbol() 884 *cache = (long *) xrealloc (*cache, alloc * sizeof (long)); in stab_modify_type() 1274 (struct stab_tag *) xrealloc (info->type_cache.struct_types, in stab_get_struct_index() 1597 baseclasses = (char **) xrealloc (info->type_stack->baseclasses, in stab_class_baseclass() 1627 m = (char *) xrealloc (info->type_stack->methods, in stab_class_start_method() 1706 (char *) xrealloc (info->type_stack->methods, in stab_class_method_var()
|
D | stabs.c | 1506 xrealloc (args, alloc * sizeof *args)); in parse_stab_type() 1999 xrealloc (names, alloc * sizeof *names)); in parse_stab_enum_type() 2001 xrealloc (values, alloc * sizeof *values)); in parse_stab_enum_type() 2241 xrealloc (fields, alloc * sizeof *fields)); in parse_stab_struct_fields() 2791 xrealloc (variants, in parse_stab_members() 2823 xrealloc (methods, alloc * sizeof *methods)); in parse_stab_members() 3182 xrealloc (info->file_types, in push_bincl() 3217 xrealloc (info->file_types, in find_excl() 4551 xrealloc (*pargs, *palloc * sizeof **pargs)); in stab_demangle_arg() 5085 xrealloc (minfo->typestrings, in stab_demangle_remember_type() [all …]
|
D | ieee.c | 791 xrealloc (info->types.types, in ieee_alloc_type() 1366 xrealloc (info->vars.vars, in parse_ieee_nn() 1514 xrealloc (names, alloc * sizeof *names)); in parse_ieee_ty() 1569 xrealloc (fields, alloc * sizeof *fields)); in parse_ieee_ty() 1623 xrealloc (names, alloc * sizeof *names)); in parse_ieee_ty() 1625 xrealloc (vals, alloc * sizeof *vals)); in parse_ieee_ty() 1729 xrealloc (fields, alloc * sizeof *fields)); in parse_ieee_ty() 2142 xrealloc (info->vars.vars, in parse_ieee_atn() 2714 xrealloc (baseclasses, in ieee_read_cxx_class() 2885 xrealloc (fields, field_alloc * sizeof *fields)); in ieee_read_cxx_class() [all …]
|
D | nlmheader.y | 661 lex_buf = xrealloc (lex_buf, lex_size + 1); in nlmlex_buf_add()
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ia64-gen.c | 332 xrealloc (rdeps, sizeof(struct rdep **) * rdepstotlen); in insert_resource() 399 xrealloc (dlists, sizeof(struct deplist **) * dlisttotlen); in insert_deplist() 434 xrealloc (opdeps, sizeof(struct opdep **) * opdeptotlen); in insert_dependencies() 537 xrealloc (ics, (ictotlen) * sizeof (struct iclass *)); in fetch_insn_class() 675 xrealloc ((void *)ics[iclass]->subs, in load_insn_classes() 680 xrealloc (ics[iclass]->subs, (ics[iclass]->nsubs + 1) * sizeof (int)); in load_insn_classes() 756 xrealloc ((void *) users,(count + 1) * sizeof (int)); in parse_resource_users() 758 xrealloc ((void *) notes,(count + 1) * sizeof (int)); in parse_resource_users() 1659 xrealloc (string_table, in insert_string() 1941 insn_list = (unsigned char *) xrealloc (insn_list, tot_insn_list_len); in gen_dis_table() [all …]
|
/toolchain/binutils/binutils-2.25/gas/ |
D | sb.c | 150 ptr->ptr = xrealloc (ptr->ptr, max + 1); in sb_check()
|
D | dwarf2dbg.c | 585 xrealloc (dirs, (dir + 32) * sizeof (const char *)); in get_filenum() 616 xrealloc (files, (i + 32) * sizeof (struct file_entry)); in get_filenum() 650 xrealloc (subprogs, in make_subprog_entry() 681 xrealloc (logicals, in make_logical() 1901 xrealloc (strtab->strings, in add_to_string_table()
|
D | input-scrub.c | 370 buffer_start = (char *) xrealloc (buffer_start, in input_scrub_next_buffer()
|
D | symbols.c | 1640 dollar_labels = (long *) xrealloc ((char *) dollar_labels, in define_dollar_label() 1642 dollar_label_instances = (long *) xrealloc ((char *) dollar_label_instances, in define_dollar_label() 1644 dollar_label_defines = (char *) xrealloc (dollar_label_defines, dollar_label_max); in define_dollar_label() 1782 fb_labels = (long *) xrealloc ((char *) fb_labels, in fb_label_instance_inc() 1784 fb_label_instances = (long *) xrealloc ((char *) fb_label_instances, in fb_label_instance_inc()
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | cg_dfn.c | 220 dfn_stack = (DFN_Stack *) xrealloc (dfn_stack, in pre_visit()
|
D | hist.c | 203 xrealloc (histograms, sizeof (histogram) * (num_histograms + 1)); in hist_read_rec()
|
D | corefile.c | 234 core_syms = (asymbol **) xrealloc (core_syms, new_size); in core_init()
|
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
D | test-demangle.c | 80 data = xrealloc (data, alloc);
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | ticoff.em | 61 xrealloc (*longopts, nl * sizeof (struct option) + sizeof (xtra_long));
|
D | tic6xdsbt.em | 133 xrealloc (sec_list, list_size * sizeof (asection *));
|
D | vms.em | 145 = xrealloc (*longopts, nl * sizeof (struct option) + sizeof (xtra_long));
|
D | aix.em | 269 *shortopts = (char *) xrealloc (*shortopts, ns + sizeof (xtra_short)); 271 *longopts = xrealloc (*longopts, 801 libpath = xrealloc (libpath, len + nlen + 2); 818 libpath = xrealloc (libpath, len + nlen + 2);
|
D | armcoff.em | 64 *longopts = xrealloc (*longopts,
|