HomeSort by relevance Sort by last modified time
    Searched refs:XRESIZEVEC (Results 1 - 25 of 27) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/libiberty/
pex-common.c 89 obj->remove = XRESIZEVEC (char *, obj->remove, obj->remove_count);
350 obj->children = XRESIZEVEC (pid_t, obj->children, obj->count);
527 obj->status = XRESIZEVEC (int, obj->status, obj->count);
529 obj->time = XRESIZEVEC (struct pex_time, obj->time, obj->count);
pex-djgpp.c 270 statuses = XRESIZEVEC (int, statuses, obj->count + 1);
dyn-string.c 162 ds->s = XRESIZEVEC (char, ds->s, ds->allocated);
splay-tree.c 231 stack = XRESIZEVEC (splay_tree_node, stack, stack_size);
cplus-dem.c     [all...]
d-demangle.c 80 s->b = XRESIZEVEC (char, s->b, n);
    [all...]
  /external/valgrind/coregrind/m_demangle/
vg_libciface.h 104 #define XRESIZEVEC(_Ty, _Pt, _Nn) \
dyn-string.c 175 ds->s = XRESIZEVEC (char, ds->s, ds->allocated);
cplus-dem.c     [all...]
d-demangle.c 96 s->b = XRESIZEVEC (char, s->b, n);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
sb.c 150 ptr->ptr = XRESIZEVEC (char, ptr->ptr, max + 1);
input-scrub.c 394 buffer_start = XRESIZEVEC (char, buffer_start,
symbols.c     [all...]
dwarf2dbg.c 584 dirs = XRESIZEVEC (char *, dirs, dirs_allocated);
612 files = XRESIZEVEC (struct file_entry, files, files_allocated);
    [all...]
read.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 353 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N)))
  /toolchain/binutils/binutils-2.27/include/
libiberty.h 360 #define XRESIZEVEC(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N)))
  /toolchain/binutils/binutils-2.27/gas/config/
obj-coff-seh.c 506 seh_ctx_cur->elems = XRESIZEVEC (seh_prologue_element,
obj-elf.c     [all...]
obj-coff.c 101 st->data = XRESIZEVEC (char, st->data, st->size);
    [all...]
tc-arc.c 723 entry->opcode = XRESIZEVEC (const struct arc_opcode *, entry->opcode,
    [all...]
tc-bfin.c 499 current_inputline = XRESIZEVEC (char, current_inputline, buffer_len);
    [all...]
tc-ia64.c     [all...]
tc-xtensa.c     [all...]
tc-ppc.c     [all...]

Completed in 418 milliseconds

1 2