HomeSort by relevance Sort by last modified time
    Searched refs:xrealloc (Results 51 - 75 of 84) sorted by null

1 23 4

  /toolchain/binutils/binutils-2.27/binutils/
stabs.c     [all...]
ieee.c 791 xrealloc (info->types.types,
    [all...]
nlmheader.y 664 lex_buf = xrealloc (lex_buf, lex_size + 1);
objdump.c     [all...]
nlmconv.c 584 xrealloc ((void *) newsyms,
    [all...]
rescoff.c 736 cwi->relocs = xrealloc (cwi->relocs,
prdbg.c 387 info->stack->type = (char *) xrealloc (info->stack->type,
407 info->stack->parents = (char *) xrealloc (info->stack->parents,
    [all...]
objcopy.c     [all...]
  /external/toybox/lib/
lib.h 121 void *xrealloc(void *ptr, size_t size);
lib.c 520 buf = xrealloc(buf, len = (rlen*3)/2);
663 if (!(len & 63)) buf=xrealloc(buf, len+65);
  /toolchain/binutils/binutils-2.27/gas/
dwarf2dbg.c 646 xrealloc (subprogs,
677 xrealloc (logicals,
    [all...]
  /external/toybox/toys/net/
ifconfig.c 319 ifcon.ifc_buf = xrealloc(ifcon.ifc_buf, ifcon.ifc_len);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 757 #define realloc xrealloc
    [all...]
vec.h 300 v = static_cast <vec<T, va_heap, vl_embed> *> (xrealloc (v, size));
    [all...]
  /toolchain/binutils/binutils-2.27/gprof/
corefile.c 235 core_syms = (asymbol **) xrealloc (core_syms, new_size);
hist.c 204 xrealloc (histograms, sizeof (histogram) * (num_histograms + 1));
  /external/elfutils/libcpu/
i386_parse.y 755 last_str->str = xrealloc (last_str->str,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regexec.c 115 (OnigCaptureTreeNode** )xrealloc(parent->childs,
192 region->beg = (int* )xrealloc(region->beg, n * sizeof(int), region->allocated * sizeof(int));
193 region->end = (int* )xrealloc(region->end, n * sizeof(int), region->allocated * sizeof(int));
284 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE, sizeof(int) * to->allocated);
285 to->end = (int* )xrealloc(to->end, RREGC_SIZE, sizeof(int) * to->allocated);
465 x = (OnigStackType* )xrealloc(stk_base, sizeof(OnigStackType) * n, sizeof(OnigStackType) * (stk_end - stk_base));
    [all...]
regenc.c 854 list = (const OnigCodePoint** )xrealloc((void* )list, size, *psize * sizeof(OnigCodePoint*));
regparse.c 285 r = (UChar* )xrealloc(dest, capa + 1, oldCapa);
777 t->e = (NameEntry* )xrealloc(t->e, sizeof(NameEntry) * alloc);
821 e->back_refs = (int* )xrealloc(e->back_refs, sizeof(int) * alloc, sizeof(int) * e->back_alloc);
976 p = (Node** )xrealloc(env->mem_nodes_dynamic, sizeof(Node*) * alloc, sizeof(Node*) * env->mem_alloc);
    [all...]
  /external/toybox/toys/pending/
dhcp.c 461 options_list[count].val = xrealloc(options_list[count].val, options_list[count].len + sizeof(uint32_t));
488 options_list[count].val = xrealloc(options_list[count].val, options_list[count].len + 1 + mask/8 + 4);
    [all...]
dhcpd.c 614 options_list[count].val = xrealloc(options_list[count].val, options_list[count].len + sizeof(uint32_t));
640 options_list[count].val = xrealloc(options_list[count].val, options_list[count].len + 1 + mask/8 + 4);
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
archive.cc 73 tmpbuf = static_cast<char*>(xrealloc(tmpbuf, symlen + 1));
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldmain.c 766 buf = (char *) xrealloc (buf, bufsize);
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
i386-gen.c 1223 xrealloc (opcode_array,
    [all...]

Completed in 735 milliseconds

1 23 4