Home | History | Annotate | Download | only in x86_64

Lines Matching defs:depth

378      int              depth = 128;
383 if ((ret = unw_tdep_trace(&cur, addrs, &depth)) < 0)
385 depth = 0;
388 while ((ret = unw_step(&cur)) > 0 && depth < 128)
392 addresses[depth++] = (void *) ip;
404 int depth = 0;
436 while (depth < maxdepth)
439 Debug (2, "depth %d cfa 0x%lx rip 0x%lx rsp 0x%lx rbp 0x%lx\n",
440 depth, cfa, rip, rsp, rbp);
525 buffer[depth++] = (void *) (rip - d->use_prev_instr);
529 Debug (1, "returning %d, depth %d\n", ret, depth);
531 *size = depth;