Searched refs:cmalloc (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | environ.c | 120 static char *cmalloc(ssize_t new_len, char *old, ssize_t old_len) in cmalloc() function 146 (char **) cmalloc(l_need, (char *) environ, l_used); in addenv()
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | dwarf.h | 263 extern void * cmalloc (size_t, size_t);
|
H A D | readelf.c | 1190 relas = (Elf_Internal_Rela *) cmalloc (nrelas, in slurp_rela_relocs() 1220 relas = (Elf_Internal_Rela *) cmalloc (nrelas, in slurp_rela_relocs() 1295 rels = (Elf_Internal_Rela *) cmalloc (nrels, sizeof (Elf_Internal_Rela)); in slurp_rel_relocs() 1324 rels = (Elf_Internal_Rela *) cmalloc (nrels, sizeof (Elf_Internal_Rela)); in slurp_rel_relocs() 5987 phdrs = (Elf_Internal_Phdr *) cmalloc (filedata->file_header.e_phnum, in get_program_headers() 6383 cmalloc (num, sizeof (Elf_Internal_Shdr)); in get_32bit_section_headers() 6449 cmalloc (num, sizeof (Elf_Internal_Shdr)); in get_64bit_section_headers() 6577 isyms = (Elf_Internal_Sym *) cmalloc (number, sizeof (Elf_Internal_Sym)); in get_32bit_elf_symbols() 6694 isyms = (Elf_Internal_Sym *) cmalloc (number, sizeof (Elf_Internal_Sym)); in get_64bit_elf_symbols() 10838 = (Elf_Internal_Dyn *) cmalloc (filedata->dynamic_nent, sizeof (* entry)); in get_32bit_dynamic_section() [all …]
|
H A D | ChangeLog-2005 | 568 * readelf.c (cmalloc, xcmalloc, xcrealloc): New functions. 585 cmalloc, xcmalloc and xcrealloc instead of {m,xm,xre}alloc where
|
H A D | dwarf.c | 3609 debug_information = (debug_info *) cmalloc (num_units, in process_debug_info() 11161 cmalloc (size_t nmemb, size_t size) in cmalloc() function
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | dwarf.h | 260 extern void * cmalloc (uint64_t, size_t);
|
H A D | readelf.c | 1295 relas = (Elf_Internal_Rela *) cmalloc (nrelas, in slurp_rela_relocs() 1325 relas = (Elf_Internal_Rela *) cmalloc (nrelas, in slurp_rela_relocs() 1395 rels = (Elf_Internal_Rela *) cmalloc (nrels, sizeof (Elf_Internal_Rela)); in slurp_rel_relocs() 1424 rels = (Elf_Internal_Rela *) cmalloc (nrels, sizeof (Elf_Internal_Rela)); in slurp_rel_relocs() 6526 phdrs = (Elf_Internal_Phdr *) cmalloc (filedata->file_header.e_phnum, in get_program_headers() 6932 cmalloc (num, sizeof (Elf_Internal_Shdr)); in get_32bit_section_headers() 7004 cmalloc (num, sizeof (Elf_Internal_Shdr)); in get_64bit_section_headers() 7133 isyms = (Elf_Internal_Sym *) cmalloc (number, sizeof (Elf_Internal_Sym)); in get_32bit_elf_symbols() 7250 isyms = (Elf_Internal_Sym *) cmalloc (number, sizeof (Elf_Internal_Sym)); in get_64bit_elf_symbols() 11382 = (Elf_Internal_Dyn *) cmalloc (filedata->dynamic_nent, sizeof (* entry)); in get_32bit_dynamic_section() [all …]
|
H A D | ChangeLog-2005 | 568 * readelf.c (cmalloc, xcmalloc, xcrealloc): New functions. 585 cmalloc, xcmalloc and xcrealloc instead of {m,xm,xre}alloc where
|
H A D | dwarf.c | 3789 debug_information = (debug_info *) cmalloc (num_units, in process_debug_info() 11328 cmalloc (uint64_t nmemb, size_t size) in cmalloc() function
|
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | stop.spell-cc | 186 cmalloc
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 88524 * dwarf.c (cmalloc, xcmalloc, xcrealloc, xcalloc2): Make nmemb
|