Searched refs:cur_text_section (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/perf/
H A Dtinycc.c2333 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, vto
2331 static Section *cur_text_section; /* current section where function code is variable
[all...]

Completed in 392 milliseconds