Home
last modified time | relevance | path

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

/freebsd-12.1/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);
/freebsd-12.1/contrib/binutils/binutils/
H A Ddwarf.h114 void *cmalloc (size_t, size_t);
H A Dreadelf.c709 relas = cmalloc (nrelas, sizeof (Elf_Internal_Rela)); in slurp_rela_relocs()
737 relas = cmalloc (nrelas, sizeof (Elf_Internal_Rela)); in slurp_rela_relocs()
781 rels = cmalloc (nrels, sizeof (Elf_Internal_Rela)); in slurp_rel_relocs()
809 rels = cmalloc (nrels, sizeof (Elf_Internal_Rela)); in slurp_rel_relocs()
3739 isyms = cmalloc (number, sizeof (Elf_Internal_Sym)); in get_32bit_elf_symbols()
3802 isyms = cmalloc (number, sizeof (Elf_Internal_Sym)); in get_64bit_elf_symbols()
5728 dynamic_section = cmalloc (dynamic_nent, sizeof (*entry)); in get_32bit_dynamic_section()
6671 data = cmalloc (total, sizeof (short)); in process_version_sections()
7003 e_data = cmalloc (number, ent_size); in get_dynamic_data()
7017 i_data = cmalloc (number, sizeof (*i_data)); in get_dynamic_data()
[all …]
H A Ddwarf.c1569 debug_information = cmalloc (num_units, in process_debug_info()
3689 cmalloc (size_t nmemb, size_t size) in cmalloc() function