Searched refs:calloc (Results 1 – 22 of 22) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | xmalloc.c | 88 void *calloc (size_t, size_t); 162 newmem = calloc (nelem, elsize); in xcalloc()
|
D | calloc.c | 23 calloc (size_t nelem, size_t elsize) in calloc() function
|
D | configure.ac | 338 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])
|
D | Makefile.in | 128 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)
|
D | config.in | 34 /* 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.
|
D | hashtab.c | 406 return htab_create_alloc (size, hash_f, eq_f, del_f, calloc, free); in htab_try_create()
|
D | ChangeLog | 2242 * 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 …]
|
D | functions.texi | 120 @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
|
D | configure | 5492 calloc canonicalize_file_name clock \ 5899 for f in atexit basename bcmp bcopy bsearch bzero calloc clock ffs \
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | sh64-dis.c | 504 = calloc (sizeof (*sh64_infop), 1); in init_sh64_disasm_info()
|
D | ppc-dis.c | 256 struct dis_private *priv = calloc (sizeof (*priv), 1); in powerpc_init_dialect()
|
D | cris-dis.c | 108 info->private_data = calloc (1, sizeof (struct cris_disasm_data)); in cris_parse_disassembler_options()
|
D | ChangeLog-2012 | 912 (powerpc_init_dialect): Don't return calloc failure, instead use
|
/toolchain/binutils/binutils-2.25/intl/ |
D | dcigettext.c | 868 (char **) calloc (nstrings + domain->n_sysdep_strings,
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | readelf.c | 3823 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()
|
D | srconv.c | 1484 = (struct myinfo *) calloc (total_sec, sizeof (struct myinfo)); in wr_sc()
|
D | ChangeLog-9197 | 2446 * sysinfo.y (cond_it_field): Use xcalloc instead of calloc.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | archive.c | 343 return calloc (a, b); in _bfd_calloc_wrapper()
|
D | ChangeLog-9899 | 722 bfd_realloc instead of calloc and realloc.
|
D | ChangeLog-0001 | 1999 Call bfd_zmalloc rather than calloc. Remove unnecessary cast of
|
D | ChangeLog-0203 | 8155 * merge.c (merge_strings): Use htab_create_alloc with calloc, not
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-alpha.c | 3734 calloc (1, sizeof (*cur_frame_data)); in s_alpha_ent()
|