Searched refs:text_section (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/perf/ |
D | tinycc.c | 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() [all …]
|