Lines Matching refs:text_section
2330 static Section *text_section, *data_section, *bss_section; /* predefined sections */ variable
13015 put_extern_sym(s, text_section, 0, 0); in unary()
14604 cur_text_section = text_section; in gen_inline_functions()
14754 cur_text_section = text_section; in decl()
14847 text_section->sh_num, NULL); in tcc_compile()
14851 text_section->data_offset, text_section, section_sym); in tcc_compile()
14853 text_section->data_offset, text_section, section_sym); in tcc_compile()
14901 text_section->data_offset, text_section, section_sym); in tcc_compile()
17771 cur_text_section = text_section; in tcc_assemble()
18089 cur_text_section = text_section; in asm_global_instr()
19130 text_section->data_offset, 0, in tcc_add_linker_symbols()
19132 text_section->sh_num, "_etext"); in tcc_add_linker_symbols()
19726 ehdr.e_entry = text_section->sh_addr; /* XXX: is it correct ? */ in tcc_output_file()
20842 text_section = new_section(s, ".text", SHT_PROGBITS, SHF_ALLOC | SHF_EXECINSTR); in tcc_new()