Home
last modified time | relevance | path

Searched refs:XRESIZEVEC (Results 1 – 25 of 25) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dpex-common.c89 obj->remove = XRESIZEVEC (char *, obj->remove, obj->remove_count); in pex_add_remove()
350 obj->children = XRESIZEVEC (pid_t, obj->children, obj->count); in pex_run_in_environment()
527 obj->status = XRESIZEVEC (int, obj->status, obj->count); in pex_get_status_and_time()
529 obj->time = XRESIZEVEC (struct pex_time, obj->time, obj->count); in pex_get_status_and_time()
Dpex-djgpp.c270 statuses = XRESIZEVEC (int, statuses, obj->count + 1); in pex_djgpp_exec_child()
Dpex-msdos.c275 ms->statuses = XRESIZEVEC(int, ms->statuses, obj->count + 1); in pex_msdos_exec_child()
Ddyn-string.c162 ds->s = XRESIZEVEC (char, ds->s, ds->allocated); in dyn_string_resize()
Dsplay-tree.c231 stack = XRESIZEVEC (splay_tree_node, stack, stack_size); in splay_tree_foreach_helper()
Dcplus-dem.c4259 = XRESIZEVEC (char *, work->typevec, work->typevec_size); in remember_type()
4286 = XRESIZEVEC (char *, work->ktypevec, work->ksize); in remember_Ktype()
4315 = XRESIZEVEC (char *, work->btypevec, work->bsize); in register_Btype()
4769 s->b = XRESIZEVEC (char, s->b, n); in string_need()
Dd-demangle.c80 s->b = XRESIZEVEC (char, s->b, n); in string_need()
DChangeLog2575 * cplus-dem.c (grow_vect): Use XRESIZEVEC instead of xrealloc().
2585 (string_need): Use XRESIZEVEC instead of xrealloc().
2588 (dyn_string_resize): Use XRESIZEVEC.
2606 (pex_add_remove): Use XRESIZEVEC.
2612 (pex_msdos_exec_child): Use XRESIZEVEC.
/toolchain/binutils/binutils-2.27/gas/
Dsb.c150 ptr->ptr = XRESIZEVEC (char, ptr->ptr, max + 1); in sb_check()
Dinput-scrub.c392 buffer_start = XRESIZEVEC (char, buffer_start, in input_scrub_next_buffer()
Dsymbols.c1649 dollar_labels = XRESIZEVEC (long, dollar_labels, dollar_label_max); in define_dollar_label()
1650 dollar_label_instances = XRESIZEVEC (long, dollar_label_instances, in define_dollar_label()
1652 dollar_label_defines = XRESIZEVEC (char, dollar_label_defines, in define_dollar_label()
1791 fb_labels = XRESIZEVEC (long, fb_labels, fb_label_max); in fb_label_instance_inc()
1792 fb_label_instances = XRESIZEVEC (long, fb_label_instances, fb_label_max); in fb_label_instance_inc()
Dread.c1290 tmp_buf = XRESIZEVEC (char, tmp_buf, tmp_len + num); in read_a_source_file()
1327 new_buf = XRESIZEVEC (char, new_buf, new_length + 100); in read_a_source_file()
1672 start = XRESIZEVEC (char, start, len + 1); in read_symbol_name()
6004 include_dirs = XRESIZEVEC (const char *, include_dirs, in add_include_dir()
Ddwarf2dbg.c583 dirs = XRESIZEVEC (char *, dirs, dirs_allocated); in get_filenum()
611 files = XRESIZEVEC (struct file_entry, files, files_allocated); in get_filenum()
Decoff.c3613 *buf = XRESIZEVEC (char, *buf, want); in ecoff_add_bytes()
DChangeLog-2010871 (seh_x64_make_prologue_element): Use XRESIZEVEC, symbol_temp_new_now.
/toolchain/binutils/binutils-2.27/include/
Dlibiberty.h360 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N))) macro
DChangeLog-04152068 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
2088 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
/toolchain/binutils/binutils-2.27/gas/config/
Dobj-coff-seh.c504 seh_ctx_cur->elems = XRESIZEVEC (seh_prologue_element, in seh_x64_make_prologue_element()
Dobj-elf.c2329 list->head = XRESIZEVEC (asection *, list->head, newsize); in build_group_lists()
2330 list->elt_count = XRESIZEVEC (unsigned int, list->elt_count, newsize); in build_group_lists()
Dobj-coff.c100 st->data = XRESIZEVEC (char, st->data, st->size); in stack_push()
Dtc-ia64.c7790 md.entry_labels = XRESIZEVEC (const char *, md.entry_labels, in ia64_frob_label()
9732 qp_implies = XRESIZEVEC (struct qp_imply, qp_implies, qp_impliestotlen); in add_qp_imply()
9775 qp_mutexes = XRESIZEVEC (struct qpmutex, qp_mutexes, qp_mutexestotlen); in add_qp_mutex()
10189 regdeps = XRESIZEVEC (struct rsrc, regdeps, regdepstotlen); in mark_resource()
Dtc-bfin.c499 current_inputline = XRESIZEVEC (char, current_inputline, buffer_len); in md_assemble()
Dtc-xtensa.c6174 rt->units = XRESIZEVEC (unsigned char *, rt->units, rt->allocated_cycles); in resize_resource_table()
6176 rt->units[i] = XRESIZEVEC (unsigned char, rt->units[i], rt->num_units); in resize_resource_table()
9081 cache->fixups = XRESIZEVEC (cached_fixupS, cache->fixups, cache->n_max); in xtensa_realloc_fixup_cache()
Dtc-ppc.c2597 ppc_apuinfo_list = XRESIZEVEC (unsigned long, ppc_apuinfo_list, in ppc_apuinfo_section_add()
Dtc-arm.c21806 unwind.opcodes = XRESIZEVEC (unsigned char, unwind.opcodes, in add_unwind_opcode()