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

/linux-master/tools/perf/util/
H A Dprobe-finder.c1054 size_t cuhl; local
1086 while (!dwarf_nextcu(dbg->dbg, off, &noff, &cuhl, NULL, NULL, NULL)) {
1088 diep = dwarf_offdie(dbg->dbg, off + cuhl, &pf->cu_die);
1789 size_t cuhl; local
1812 if (dwarf_nextcu(dbg->dbg, off, &noff, &cuhl,
1817 diep = dwarf_offdie(dbg->dbg, off + cuhl, &lf.cu_die);

Completed in 120 milliseconds