Searched refs:tcc_mallocz (Results 1 – 1 of 1) sorted by relevance
6723 static void *tcc_mallocz(unsigned long size) in tcc_mallocz() function6820 sec = tcc_mallocz(sizeof(Section) + strlen(name)); in new_section()19367 s1->symtab_to_dynsym = tcc_mallocz(sizeof(int) * nb_syms); in tcc_output_file()19459 phdr = tcc_mallocz(phnum * sizeof(Elf32_Phdr)); in tcc_output_file()19895 sm_table = tcc_mallocz(sizeof(SectionMergeInfo) * ehdr.e_shnum); in tcc_load_object_file()20010 old_to_new_syms = tcc_mallocz(nb_syms * sizeof(int)); in tcc_load_object_file()20694 s->data = tcc_mallocz(s->data_offset); in tcc_relocate()20764 s = tcc_mallocz(sizeof(TCCState)); in tcc_new()