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

/linux-4.4.14/tools/perf/util/
H A Dprobe-finder.c1022 size_t cuhl; debuginfo__find_probes() local
1075 while (!dwarf_nextcu(dbg->dbg, off, &noff, &cuhl, NULL, NULL, NULL)) { debuginfo__find_probes()
1077 diep = dwarf_offdie(dbg->dbg, off + cuhl, &pf->cu_die); debuginfo__find_probes()
1677 size_t cuhl; debuginfo__find_line_range() local
1700 if (dwarf_nextcu(dbg->dbg, off, &noff, &cuhl, debuginfo__find_line_range()
1705 diep = dwarf_offdie(dbg->dbg, off + cuhl, &lf.cu_die); debuginfo__find_line_range()

Completed in 44 milliseconds