Lines Matching refs:tcc_state
2402 static struct TCCState *tcc_state; variable
6960 if (tcc_state->leading_underscore && can_add_underscore) { in put_extern_sym2()
7077 TCCState *s1 = tcc_state; in error_noabort()
7087 TCCState *s1 = tcc_state; in error()
7109 TCCState *s1 = tcc_state; in warning()
8473 TCCState *s1 = tcc_state; in preprocess()
9192 TCCState *s1 = tcc_state; in next_nomacro1()
12041 ad->section = find_section(tcc_state, (char *)tokc.cstr->data); in parse_attribute()
12100 if (tcc_state->warn_unsupported) in parse_attribute()
12220 } else if (*tcc_state->pack_stack_ptr) { in struct_decl()
12221 if (align > *tcc_state->pack_stack_ptr) in struct_decl()
12222 align = *tcc_state->pack_stack_ptr; in struct_decl()
12463 if (tcc_state->char_is_unsigned) { in parse_btype()
12819 if (tcc_state->warn_write_strings) in unary()
13002 if (tcc_state->warn_implicit_function_declaration) in unary()
14408 else if (tcc_state->nocommon) in decl_initializer_alloc()
18055 tcc_assemble_inline(tcc_state, astr1.data, astr1.size - 1); in asm_instr()
18093 tcc_assemble_inline(tcc_state, astr.data, astr.size - 1); in asm_global_instr()
18328 if (s != tcc_state->dynsymtab_section) in add_elf_sym()
18362 sr = new_section(tcc_state, buf, SHT_REL, symtab->sh_flags); in put_elf_reloc()
20767 tcc_state = s; in tcc_new()