Home
last modified time | relevance | path

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

/dragonfly/contrib/tcp_wrappers/
H A Denviron.c136 static char *cmalloc(new_len, old, old_len) in cmalloc() function
165 (char **) cmalloc(l_need, (char *) environ, l_used);
/dragonfly/contrib/binutils-2.27/binutils/
H A Ddwarf.h220 extern void * cmalloc (size_t, size_t);
H A Dreadelf.c850 relas = (Elf_Internal_Rela *) cmalloc (nrelas, in slurp_rela_relocs()
880 relas = (Elf_Internal_Rela *) cmalloc (nrelas, in slurp_rela_relocs()
4701 phdrs = (Elf_Internal_Phdr *) cmalloc (elf_header.e_phnum, in get_program_headers()
5036 section_headers = (Elf_Internal_Shdr *) cmalloc (num, in get_32bit_section_headers()
5098 section_headers = (Elf_Internal_Shdr *) cmalloc (num, in get_64bit_section_headers()
8920 dynamic_section = (Elf_Internal_Dyn *) cmalloc (dynamic_nent, in get_32bit_dynamic_section()
8969 dynamic_section = (Elf_Internal_Dyn *) cmalloc (dynamic_nent, in get_64bit_dynamic_section()
10026 data = (short unsigned int *) cmalloc (total, sizeof (short)); in process_version_sections()
10527 e_data = (unsigned char *) cmalloc ((size_t) number, ent_size); in get_dynamic_data()
10543 i_data = (bfd_vma *) cmalloc ((size_t) number, sizeof (*i_data)); in get_dynamic_data()
[all …]
H A Ddwarf.c2305 debug_information = (debug_info *) cmalloc (num_units, in process_debug_info()
7368 cmalloc (size_t nmemb, size_t size) in cmalloc() function
/dragonfly/contrib/binutils-2.34/binutils/
H A Ddwarf.h246 extern void * cmalloc (size_t, size_t);
H A Dreadelf.c920 relas = (Elf_Internal_Rela *) cmalloc (nrelas, in slurp_rela_relocs()
950 relas = (Elf_Internal_Rela *) cmalloc (nrelas, in slurp_rela_relocs()
5083 phdrs = (Elf_Internal_Phdr *) cmalloc (filedata->file_header.e_phnum, in get_program_headers()
5465 cmalloc (num, sizeof (Elf_Internal_Shdr)); in get_32bit_section_headers()
5532 cmalloc (num, sizeof (Elf_Internal_Shdr)); in get_64bit_section_headers()
9729 dynamic_section = (Elf_Internal_Dyn *) cmalloc (dynamic_nent, in get_32bit_dynamic_section()
9778 dynamic_section = (Elf_Internal_Dyn *) cmalloc (dynamic_nent, in get_64bit_dynamic_section()
10904 data = (short unsigned int *) cmalloc (total, sizeof (short)); in process_version_sections()
11433 e_data = (unsigned char *) cmalloc ((size_t) number, ent_size); in get_dynamic_data()
11449 i_data = (bfd_vma *) cmalloc ((size_t) number, sizeof (*i_data)); in get_dynamic_data()
[all …]
H A Ddwarf.c3134 debug_information = (debug_info *) cmalloc (num_units, in process_debug_info()
9890 cmalloc (size_t nmemb, size_t size) in cmalloc() function