Home
last modified time | relevance | path

Searched refs:calloc (Results 1 – 22 of 22) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dxmalloc.c88 void *calloc (size_t, size_t);
162 newmem = calloc (nelem, elsize); in xcalloc()
Dcalloc.c23 calloc (size_t nelem, size_t elsize) in calloc() function
Dconfigure.ac338 funcs="$funcs calloc"
400 calloc canonicalize_file_name clock \
521 for f in atexit basename bcmp bcopy bsearch bzero calloc clock ffs \
680 AC_CHECK_DECLS([calloc, getenv, getopt, malloc, realloc, sbrk])
DMakefile.in128 calloc.c choose-temp.c clock.c concat.c cp-demangle.c \
202 ./calloc.$(objext) ./clock.$(objext) ./copysign.$(objext) \
607 ./calloc.$(objext): $(srcdir)/calloc.c $(INCDIR)/ansidecl.h
609 $(COMPILE.c) $(PICFLAG) $(srcdir)/calloc.c -o pic/$@; \
612 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/calloc.c -o noasan/$@; \
614 $(COMPILE.c) $(srcdir)/calloc.c $(OUTPUT_OPTION)
Dconfig.in34 /* Define to 1 if you have the `calloc' function. */
51 /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
Dhashtab.c406 return htab_create_alloc (size, hash_f, eq_f, del_f, calloc, free); in htab_try_create()
DChangeLog2242 * configure.ac: Check declarations for calloc(), getenv(),
2309 * xmalloc.c (malloc, realloc, calloc, sbrk): Surround declaration
2739 * calloc.c: Remove conditional #include on ANSI_PROTOTYPES.
2740 (calloc): Use ISO C prototype.
3683 * calloc.c: Don't unnecessarily include "libiberty.h".
4483 bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c,
4924 * hashtab.c (htab_expand): Change to return int. Use calloc or
4926 if calloc fails.
5700 * calloc.c: Add a public domain notice.
5773 * Makefile.in (CFILES): Add calloc.c and getpwd.c.
[all …]
Dfunctions.texi120 @c calloc.c:6
121 @deftypefn Supplemental void* calloc (size_t @var{nelem}, size_t @var{elsize})
1940 like @code{calloc}, but will behave the same as @code{xmalloc} if memory
Dconfigure5492 calloc canonicalize_file_name clock \
5899 for f in atexit basename bcmp bcopy bsearch bzero calloc clock ffs \
/toolchain/binutils/binutils-2.25/opcodes/
Dsh64-dis.c504 = calloc (sizeof (*sh64_infop), 1); in init_sh64_disasm_info()
Dppc-dis.c256 struct dis_private *priv = calloc (sizeof (*priv), 1); in powerpc_init_dialect()
Dcris-dis.c108 info->private_data = calloc (1, sizeof (struct cris_disasm_data)); in cris_parse_disassembler_options()
DChangeLog-2012912 (powerpc_init_dialect): Don't return calloc failure, instead use
/toolchain/binutils/binutils-2.25/intl/
Ddcigettext.c868 (char **) calloc (nstrings + domain->n_sysdep_strings,
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c3823 new_dump_sects = (dump_type *) calloc (section + 1, in request_dump_bynumber()
5638 section_headers_groups = (struct group **) calloc (elf_header.e_shnum, in process_section_groups()
5664 section_groups = (struct group *) calloc (group_count, sizeof (struct group)); in process_section_groups()
10366 lengths = (unsigned long *) calloc (nbuckets, sizeof (*lengths)); in process_symbol_table()
10393 counts = (unsigned long *) calloc (maxlength + 1, sizeof (*counts)); in process_symbol_table()
10440 lengths = (unsigned long *) calloc (ngnubuckets, sizeof (*lengths)); in process_symbol_table()
10465 counts = (unsigned long *) calloc (maxlength + 1, sizeof (*counts)); in process_symbol_table()
Dsrconv.c1484 = (struct myinfo *) calloc (total_sec, sizeof (struct myinfo)); in wr_sc()
DChangeLog-91972446 * sysinfo.y (cond_it_field): Use xcalloc instead of calloc.
/toolchain/binutils/binutils-2.25/bfd/
Darchive.c343 return calloc (a, b); in _bfd_calloc_wrapper()
DChangeLog-9899722 bfd_realloc instead of calloc and realloc.
DChangeLog-00011999 Call bfd_zmalloc rather than calloc. Remove unnecessary cast of
DChangeLog-02038155 * merge.c (merge_strings): Use htab_create_alloc with calloc, not
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-alpha.c3734 calloc (1, sizeof (*cur_frame_data)); in s_alpha_ent()