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

/haiku-buildtools/legacy/binutils/binutils/
H A Ddwarf.h117 void *cmalloc (size_t, size_t);
H A Dreadelf.c665 relas = cmalloc (nrelas, sizeof (Elf_Internal_Rela));
693 relas = cmalloc (nrelas, sizeof (Elf_Internal_Rela));
737 rels = cmalloc (nrels, sizeof (Elf_Internal_Rela));
765 rels = cmalloc (nrels, sizeof (Elf_Internal_Rela));
3242 phdrs = cmalloc (elf_header.e_phnum, sizeof (Elf_Internal_Phdr));
3527 section_headers = cmalloc (num, sizeof (Elf_Internal_Shdr));
3568 section_headers = cmalloc (num, sizeof (Elf_Internal_Shdr));
3627 isyms = cmalloc (number, sizeof (Elf_Internal_Sym));
3690 isyms = cmalloc (number, sizeof (Elf_Internal_Sym));
5598 dynamic_section = cmalloc (dynamic_nen
[all...]
H A Ddwarf.c1549 debug_information = cmalloc (num_units,
3618 cmalloc (size_t nmemb, size_t size) function
/haiku-buildtools/binutils/binutils/
H A Ddwarf.h220 extern void * cmalloc (size_t, size_t);
H A Dreadelf.c855 relas = (Elf_Internal_Rela *) cmalloc (nrelas,
885 relas = (Elf_Internal_Rela *) cmalloc (nrelas,
953 rels = (Elf_Internal_Rela *) cmalloc (nrels, sizeof (Elf_Internal_Rela));
982 rels = (Elf_Internal_Rela *) cmalloc (nrels, sizeof (Elf_Internal_Rela));
4764 phdrs = (Elf_Internal_Phdr *) cmalloc (elf_header.e_phnum,
5130 section_headers = (Elf_Internal_Shdr *) cmalloc (num,
5192 section_headers = (Elf_Internal_Shdr *) cmalloc (num,
5300 isyms = (Elf_Internal_Sym *) cmalloc (number, sizeof (Elf_Internal_Sym));
5413 isyms = (Elf_Internal_Sym *) cmalloc (number, sizeof (Elf_Internal_Sym));
9150 dynamic_section = (Elf_Internal_Dyn *) cmalloc (dynamic_nen
[all...]
H A Ddwarf.c2307 debug_information = (debug_info *) cmalloc (num_units,
7444 cmalloc (size_t nmemb, size_t size) function

Completed in 162 milliseconds