Home | History | Annotate | Download | only in memcheck

Lines Matching refs:indx

287     uint32_t indx;
294 for (indx = 0; indx < thread->call_stack_count; indx++) {
295 if (thread->call_stack[indx].module_path != NULL) {
296 qemu_free(thread->call_stack[indx].module_path);
433 int indx = (int)thread->call_stack_count - 1;
434 for (; indx >= 0; indx--) {
435 if (thread->call_stack[indx].ret_address == ret) {
436 thread->call_stack_count = indx;