Searched refs:cuhl (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | probe-finder.c | 1064 size_t cuhl; in debuginfo__find_probe_location() local 1096 while (!dwarf_nextcu(dbg->dbg, off, &noff, &cuhl, NULL, NULL, NULL)) { in debuginfo__find_probe_location() 1098 diep = dwarf_offdie(dbg->dbg, off + cuhl, &pf->cu_die); in debuginfo__find_probe_location() 1829 size_t cuhl; in debuginfo__find_line_range() local 1852 if (dwarf_nextcu(dbg->dbg, off, &noff, &cuhl, in debuginfo__find_line_range() 1857 diep = dwarf_offdie(dbg->dbg, off + cuhl, &lf.cu_die); in debuginfo__find_line_range()
|