Home | History | Annotate | Download | only in memcheck

Lines Matching refs:indx

292     uint32_t indx;
299 for (indx = 0; indx < thread->call_stack_count; indx++) {
300 if (thread->call_stack[indx].module_path != NULL) {
301 qemu_free(thread->call_stack[indx].module_path);
438 int indx = (int)thread->call_stack_count - 1;
439 for (; indx >= 0; indx--) {
440 if (thread->call_stack[indx].ret_address == ret) {
441 thread->call_stack_count = indx;