Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/util/
Dprobe-finder.c1479 size_t cuhl; in find_probes() local
1502 while (!dwarf_nextcu(dbg, off, &noff, &cuhl, NULL, NULL, NULL)) { in find_probes()
1504 diep = dwarf_offdie(dbg, off + cuhl, &pf->cu_die); in find_probes()
1934 size_t cuhl; in find_line_range() local
1951 if (dwarf_nextcu(dbg, off, &noff, &cuhl, NULL, NULL, NULL) != 0) in find_line_range()
1955 diep = dwarf_offdie(dbg, off + cuhl, &lf.cu_die); in find_line_range()