Searched refs:cur_text_section (Results 1 – 1 of 1) sorted by relevance
2331 static Section *cur_text_section; /* current section where function code is variable5644 if (ind1 > cur_text_section->data_allocated) in g()5645 section_realloc(cur_text_section, ind1); in g()5646 cur_text_section->data[ind] = c; in g()5671 ptr = (int *)(cur_text_section->data + t); in gsym_addr()5694 if (ind1 > cur_text_section->data_allocated) in oad()5695 section_realloc(cur_text_section, ind1); in oad()5696 *(int *)(cur_text_section->data + ind) = s; in oad()5706 greloc(cur_text_section, sym, ind, R_386_32); in gen_addr32()5854 greloc(cur_text_section, vtop->sym, in gcall_or_jmp()[all …]