Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddwarf.h117 void *cmalloc (size_t, size_t);
H A Dreadelf.c673 relas = cmalloc (nrelas, sizeof (Elf_Internal_Rela)); in slurp_rela_relocs()
701 relas = cmalloc (nrelas, sizeof (Elf_Internal_Rela)); in slurp_rela_relocs()
745 rels = cmalloc (nrels, sizeof (Elf_Internal_Rela)); in slurp_rel_relocs()
773 rels = cmalloc (nrels, sizeof (Elf_Internal_Rela)); in slurp_rel_relocs()
951 rels = cmalloc (j, sizeof (Elf_Internal_Rela)); in slurp_relr_relocs()
1015 rels = cmalloc (j, sizeof (Elf_Internal_Rela)); in slurp_relr_relocs()
3598 phdrs = cmalloc (elf_header.e_phnum, sizeof (Elf_Internal_Phdr)); in get_program_headers()
3883 section_headers = cmalloc (num, sizeof (Elf_Internal_Shdr)); in get_32bit_section_headers()
3924 section_headers = cmalloc (num, sizeof (Elf_Internal_Shdr)); in get_64bit_section_headers()
3983 isyms = cmalloc (number, sizeof (Elf_Internal_Sym)); in get_32bit_elf_symbols()
[all …]
H A Ddwarf.c1549 debug_information = cmalloc (num_units, in process_debug_info()
3628 cmalloc (size_t nmemb, size_t size) in cmalloc() function
H A DChangeLog-2005568 * readelf.c (cmalloc, xcmalloc, xcrealloc): New functions.
585 cmalloc, xcmalloc and xcrealloc instead of {m,xm,xre}alloc where