Lines Matching refs:tcc_malloc
6709 static void *tcc_malloc(unsigned long size) in tcc_malloc() function
6726 ptr = tcc_malloc(size); in tcc_mallocz()
6750 ptr = tcc_malloc(strlen(str) + 1); in tcc_strdup()
6787 sym_pool = tcc_malloc(SYM_POOL_NB * sizeof(Sym)); in __sym_malloc()
7151 ts = tcc_malloc(sizeof(TokenSym) + len); in tok_alloc_new()
7508 bf = tcc_malloc(sizeof(BufferedFile)); in tcc_open()
8410 e = tcc_malloc(sizeof(CachedInclude) + strlen(filename)); in add_cached_include()
14928 buf = tcc_malloc(len + 1); in tcc_compile_string()
17796 bf = tcc_malloc(sizeof(BufferedFile)); in tcc_assemble_inline()
17927 op->constraint = tcc_malloc(tokc.cstr->size); in parse_asm_operands()
18434 new_syms = tcc_malloc(nb_syms * sizeof(Elf32_Sym)); in sort_syms()
18435 old_to_new_syms = tcc_malloc(nb_syms * sizeof(int)); in sort_syms()
19415 section_order = tcc_malloc(sizeof(int) * shnum); in tcc_output_file()
19846 data = tcc_malloc(size); in load_data()
20121 data = tcc_malloc(size); in tcc_load_alacarte()
20284 dllref = tcc_malloc(sizeof(DLLReference) + strlen(soname)); in tcc_load_dll()
21418 arg = tcc_malloc(len + 1); in expand_args()