Home | History | Annotate | Download | only in perf

Lines Matching full:cur_text_section

2333 static Section *cur_text_section; /* current section where function code is
5646 if (ind1 > cur_text_section->data_allocated)
5647 section_realloc(cur_text_section, ind1);
5648 cur_text_section->data[ind] = c;
5673 ptr = (int *)(cur_text_section->data + t);
5696 if (ind1 > cur_text_section->data_allocated)
5697 section_realloc(cur_text_section, ind1);
5698 *(int *)(cur_text_section->data + ind) = s;
5708 greloc(cur_text_section, sym, ind, R_386_32);
5856 greloc(cur_text_section, vtop->sym,
5860 put_elf_reloc(symtab_section, cur_text_section,
6042 greloc(cur_text_section, sym_data,
6046 greloc(cur_text_section, sym,
6052 greloc(cur_text_section, sym_data,
6056 greloc(cur_text_section, sym,
6080 greloc(cur_text_section, sym, ind-4, R_386_PC32);
6129 p = (int *)(cur_text_section->data + *p);
6451 greloc(cur_text_section, sym,
6464 greloc(cur_text_section, sym,
6512 greloc(cur_text_section, sym,
6519 vtop->c.ul = (cur_text_section->reloc->data_offset - sizeof(Elf32_Rel));
6556 rel = (Elf32_Rel *)(cur_text_section->reloc->data + vtop->c.ul);
8245 put_extern_sym(s, cur_text_section, (long)s->next, 1);
14496 cur_text_section, sym->c);
14550 'cur_text_section' */
14553 ind = cur_text_section->data_offset;
14555 put_extern_sym(sym, cur_text_section, ind, 0);
14568 cur_text_section->data_offset = ind;
14606 cur_text_section = text_section;
14754 cur_text_section = ad.section;
14755 if (!cur_text_section)
14756 cur_text_section = text_section;
16224 greloc(cur_text_section, pe->sym, ind, R_386_32);
16234 if (sym->r == cur_text_section->sh_num) {
16241 greloc(cur_text_section, sym, ind, R_386_PC32);
16246 put_elf_reloc(symtab_section, cur_text_section,
16483 if (sym->r != cur_text_section->sh_num)
17368 asm_new_label1(s1, label, is_local, cur_text_section->sh_num, ind);
17395 cur_text_section->data_offset = ind;
17396 cur_text_section = sec;
17397 ind = cur_text_section->data_offset;
17415 sec = cur_text_section;
17642 last_text_section = cur_text_section;
17652 sec = cur_text_section;
17773 cur_text_section = text_section;
17774 ind = cur_text_section->data_offset;
17780 cur_text_section->data_offset = ind;
18091 cur_text_section = text_section;
18092 ind = cur_text_section->data_offset;
18097 cur_text_section->data_offset = ind;