Searched refs:cuhl (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/tools/perf/util/ |
D | probe-finder.c | 1075 size_t cuhl; in debuginfo__find_probe_location() local 1107 while (!dwarf_nextcu(dbg->dbg, off, &noff, &cuhl, NULL, NULL, NULL)) { in debuginfo__find_probe_location() 1109 diep = dwarf_offdie(dbg->dbg, off + cuhl, &pf->cu_die); in debuginfo__find_probe_location() 1770 size_t cuhl; in debuginfo__find_line_range() local 1793 if (dwarf_nextcu(dbg->dbg, off, &noff, &cuhl, in debuginfo__find_line_range() 1798 diep = dwarf_offdie(dbg->dbg, off + cuhl, &lf.cu_die); in debuginfo__find_line_range()
|