Home | History | Annotate | Download | only in perf

Lines Matching defs:text_section

2332 static Section *text_section, *data_section, *bss_section; /* predefined sections */
13017 put_extern_sym(s, text_section, 0, 0);
14606 cur_text_section = text_section;
14756 cur_text_section = text_section;
14849 text_section->sh_num, NULL);
14853 text_section->data_offset, text_section, section_sym);
14855 text_section->data_offset, text_section, section_sym);
14903 text_section->data_offset, text_section, section_sym);
17773 cur_text_section = text_section;
18091 cur_text_section = text_section;
19132 text_section->data_offset, 0,
19134 text_section->sh_num, "_etext");
19728 ehdr.e_entry = text_section->sh_addr; /* XXX: is it correct ? */
20844 text_section = new_section(s, ".text", SHT_PROGBITS, SHF_ALLOC | SHF_EXECINSTR);