Searched refs:cmalloc (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | dwarf.h | 254 void * cmalloc (size_t, size_t);
|
D | readelf.c | 794 relas = (Elf_Internal_Rela *) cmalloc (nrelas, in slurp_rela_relocs() 824 relas = (Elf_Internal_Rela *) cmalloc (nrelas, in slurp_rela_relocs() 892 rels = (Elf_Internal_Rela *) cmalloc (nrels, sizeof (Elf_Internal_Rela)); in slurp_rel_relocs() 921 rels = (Elf_Internal_Rela *) cmalloc (nrels, sizeof (Elf_Internal_Rela)); in slurp_rel_relocs() 4292 phdrs = (Elf_Internal_Phdr *) cmalloc (elf_header.e_phnum, in get_program_headers() 4627 section_headers = (Elf_Internal_Shdr *) cmalloc (num, in get_32bit_section_headers() 4685 section_headers = (Elf_Internal_Shdr *) cmalloc (num, in get_64bit_section_headers() 4766 isyms = (Elf_Internal_Sym *) cmalloc (number, sizeof (Elf_Internal_Sym)); in get_32bit_elf_symbols() 4853 isyms = (Elf_Internal_Sym *) cmalloc (number, sizeof (Elf_Internal_Sym)); in get_64bit_elf_symbols() 8223 dynamic_section = (Elf_Internal_Dyn *) cmalloc (dynamic_nent, in get_32bit_dynamic_section() [all …]
|
D | ChangeLog-2005 | 568 * readelf.c (cmalloc, xcmalloc, xcrealloc): New functions. 585 cmalloc, xcmalloc and xcrealloc instead of {m,xm,xre}alloc where
|
D | dwarf.c | 2298 debug_information = (debug_info *) cmalloc (num_units, in process_debug_info() 7220 cmalloc (size_t nmemb, size_t size) in cmalloc() function
|