HomeSort by relevance Sort by last modified time
    Searched refs:xmalloc (Results 251 - 275 of 437) sorted by null

<<1112131415161718

  /toolchain/binutils/binutils-2.25/gas/config/
tc-ppc.c     [all...]
tc-bfin.c 501 current_inputline = xmalloc (buffer_len);
820 reloc = (arelent *) xmalloc (sizeof (arelent));
821 reloc->sym_ptr_ptr = (asymbol **) xmalloc (sizeof (asymbol *));
    [all...]
tc-m32r.c 593 lnk = (sym_linkS *) xmalloc (sizeof (sym_linkS));
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c     [all...]
  /external/skia/third_party/yasm/config/android/
Makefile 389 xmalloc.$(OBJEXT) xstrdup.$(OBJEXT)
416 gp-phash.$(OBJEXT) gp-xmalloc.$(OBJEXT) gp-xstrdup.$(OBJEXT)
    [all...]
  /external/skia/third_party/yasm/config/chromeos/
Makefile 389 xmalloc.$(OBJEXT) xstrdup.$(OBJEXT)
416 gp-phash.$(OBJEXT) gp-xmalloc.$(OBJEXT) gp-xstrdup.$(OBJEXT)
    [all...]
  /external/skia/third_party/yasm/config/ios/
Makefile 389 xmalloc.$(OBJEXT) xstrdup.$(OBJEXT)
416 gp-phash.$(OBJEXT) gp-xmalloc.$(OBJEXT) gp-xstrdup.$(OBJEXT)
    [all...]
  /external/skia/third_party/yasm/config/linux/
Makefile 389 xmalloc.$(OBJEXT) xstrdup.$(OBJEXT)
416 gp-phash.$(OBJEXT) gp-xmalloc.$(OBJEXT) gp-xstrdup.$(OBJEXT)
    [all...]
  /external/skia/third_party/yasm/config/mac/
Makefile 389 xmalloc.$(OBJEXT) xstrdup.$(OBJEXT)
416 gp-phash.$(OBJEXT) gp-xmalloc.$(OBJEXT) gp-xstrdup.$(OBJEXT)
    [all...]
  /external/skia/third_party/yasm/config/openbsd/
Makefile 389 xmalloc.$(OBJEXT) xstrdup.$(OBJEXT)
416 gp-phash.$(OBJEXT) gp-xmalloc.$(OBJEXT) gp-xstrdup.$(OBJEXT)
    [all...]
  /external/skia/third_party/yasm/config/win/
Makefile 389 xmalloc.$(OBJEXT) xstrdup.$(OBJEXT)
416 gp-phash.$(OBJEXT) gp-xmalloc.$(OBJEXT) gp-xstrdup.$(OBJEXT)
    [all...]
  /external/toybox/toys/pending/
dhcpd.c 447 msg = xmalloc(used);
587 options_list[count].val = xmalloc(sizeof(uint32_t));
593 options_list[count].val = xmalloc(sizeof(uint16_t));
599 options_list[count].val = xmalloc(sizeof(uint8_t));
605 options_list[count].val = xmalloc(sizeof(uint32_t));
    [all...]
compress.c 462 TT.data = xmalloc(32768*(compress ? 4 : 1));
lsof.c 442 TT.sought_files = xmalloc(toys.optc*sizeof(struct stat));
tcpsvd.c 91 struct list_pid *newnode = xmalloc(sizeof(struct list_pid));
  /external/bison/src/
lalr.c 210 goto_list *sp = xmalloc (sizeof *sp);
parse-gram.y 324 xmalloc (dir_length + 1 + strlen (skeleton_user) + 1);
  /external/strace/
vsprintf.c 779 buf = xmalloc(buflen);
  /external/toybox/lib/
args.c 280 lo = xmalloc(sizeof(struct longopts));
  /external/toybox/toys/posix/
ps.c 764 s = xmalloc(buf-toybuf);
956 struct carveup **tbsort = xmalloc(count*sizeof(struct carveup *));
    [all...]
  /ndk/sources/host-tools/make-3.81/
make.h 420 extern char *xmalloc PARAMS ((unsigned int));
  /toolchain/binutils/binutils-2.25/libiberty/
splay-tree.c 253 /* An allocator and deallocator based on xmalloc. */
257 return (void *) xmalloc (size);
269 values. Use xmalloc to allocate the splay tree structure, and any
  /toolchain/binutils/binutils-2.25/opcodes/
epiphany-desc.c     [all...]
fr30-asm.c 440 CGEN_INSN_RX (insn) = xmalloc (sizeof (regex_t));
ia64-opc.c 539 (struct ia64_opcode *) xmalloc (sizeof (struct ia64_opcode));

Completed in 464 milliseconds

<<1112131415161718