Searched refs:cuhl (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | probe-finder.c | 1002 size_t cuhl; in debuginfo__find_probes() local 1055 while (!dwarf_nextcu(dbg->dbg, off, &noff, &cuhl, NULL, NULL, NULL)) { in debuginfo__find_probes() 1057 diep = dwarf_offdie(dbg->dbg, off + cuhl, &pf->cu_die); in debuginfo__find_probes() 1573 size_t cuhl; in debuginfo__find_line_range() local 1596 if (dwarf_nextcu(dbg->dbg, off, &noff, &cuhl, in debuginfo__find_line_range() 1601 diep = dwarf_offdie(dbg->dbg, off + cuhl, &lf.cu_die); in debuginfo__find_line_range()
|