Home
last modified time | relevance | path

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

/trueos/contrib/tcp_wrappers/
HDenviron.c136 static char *cmalloc(new_len, old, old_len) in cmalloc() function
165 (char **) cmalloc(l_need, (char *) environ, l_used);
/trueos/contrib/binutils/binutils/
HDdwarf.h114 void *cmalloc (size_t, size_t);
HDreadelf.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()
3344 phdrs = cmalloc (elf_header.e_phnum, sizeof (Elf_Internal_Phdr)); in get_program_headers()
3639 section_headers = cmalloc (num, sizeof (Elf_Internal_Shdr)); in get_32bit_section_headers()
3680 section_headers = cmalloc (num, sizeof (Elf_Internal_Shdr)); in get_64bit_section_headers()
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()
[all …]
HDdwarf.c1569 debug_information = cmalloc (num_units, in process_debug_info()
3689 cmalloc (size_t nmemb, size_t size) in cmalloc() function