Searched refs:cmalloc (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.h114 void *cmalloc (size_t, size_t);
H A Dreadelf.c712 relas = cmalloc (nrelas, sizeof (Elf_Internal_Rela));
740 relas = cmalloc (nrelas, sizeof (Elf_Internal_Rela));
784 rels = cmalloc (nrels, sizeof (Elf_Internal_Rela));
812 rels = cmalloc (nrels, sizeof (Elf_Internal_Rela));
3347 phdrs = cmalloc (elf_header.e_phnum, sizeof (Elf_Internal_Phdr));
3642 section_headers = cmalloc (num, sizeof (Elf_Internal_Shdr));
3683 section_headers = cmalloc (num, sizeof (Elf_Internal_Shdr));
3742 isyms = cmalloc (number, sizeof (Elf_Internal_Sym));
3805 isyms = cmalloc (number, sizeof (Elf_Internal_Sym));
5731 dynamic_section = cmalloc (dynamic_nen
[all...]
H A Ddwarf.c1569 debug_information = cmalloc (num_units,
3689 cmalloc (size_t nmemb, size_t size) function
/freebsd-11-stable/contrib/tcp_wrappers/
H A Denviron.c134 /* cmalloc - malloc and copy block of memory */
136 static char *cmalloc(new_len, old, old_len) function
165 (char **) cmalloc(l_need, (char *) environ, l_used);

Completed in 130 milliseconds