Searched refs:cuhl (Results 1 - 1 of 1) sorted by path

/linux-master/tools/perf/util/
H A Dprobe-finder.c1052 size_t cuhl; local
1084 while (!dwarf_nextcu(dbg->dbg, off, &noff, &cuhl, NULL, NULL, NULL)) {
1086 diep = dwarf_offdie(dbg->dbg, off + cuhl, &pf->cu_die);
1787 size_t cuhl; local
1810 if (dwarf_nextcu(dbg->dbg, off, &noff, &cuhl,
1815 diep = dwarf_offdie(dbg->dbg, off + cuhl, &lf.cu_die);

Completed in 322 milliseconds