Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.h223 extern void * cmalloc (size_t, size_t);
Dreadelf.c850 relas = (Elf_Internal_Rela *) cmalloc (nrelas, in slurp_rela_relocs()
880 relas = (Elf_Internal_Rela *) cmalloc (nrelas, in slurp_rela_relocs()
948 rels = (Elf_Internal_Rela *) cmalloc (nrels, sizeof (Elf_Internal_Rela)); in slurp_rel_relocs()
977 rels = (Elf_Internal_Rela *) cmalloc (nrels, sizeof (Elf_Internal_Rela)); in slurp_rel_relocs()
1044 relrs = (Elf_Internal_Rela *) cmalloc (nrelrs, sizeof (Elf_Internal_Rela)); in slurp_relr_relocs()
1073 relrs = (Elf_Internal_Rela *) cmalloc (nrelrs, sizeof (Elf_Internal_Rela)); in slurp_relr_relocs()
4802 phdrs = (Elf_Internal_Phdr *) cmalloc (elf_header.e_phnum, in get_program_headers()
5137 section_headers = (Elf_Internal_Shdr *) cmalloc (num, in get_32bit_section_headers()
5199 section_headers = (Elf_Internal_Shdr *) cmalloc (num, in get_64bit_section_headers()
5307 isyms = (Elf_Internal_Sym *) cmalloc (number, sizeof (Elf_Internal_Sym)); in get_32bit_elf_symbols()
[all …]
DChangeLog-2005568 * readelf.c (cmalloc, xcmalloc, xcrealloc): New functions.
585 cmalloc, xcmalloc and xcrealloc instead of {m,xm,xre}alloc where
Ddwarf.c2380 debug_information = (debug_info *) cmalloc (num_units, in process_debug_info()
7788 cmalloc (size_t nmemb, size_t size) in cmalloc() function