Searched refs:noff (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/0.153/libdw/ |
D | dwarf_getsrc_file.c | 78 Dwarf_Off noff; in dwarf_getsrc_file() local 80 INTUSE(dwarf_nextcu) (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0; in dwarf_getsrc_file() 81 off = noff) in dwarf_getsrc_file()
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | probe-finder.c | 1076 Dwarf_Off off, noff; in debuginfo__find_probes() local 1112 while (!dwarf_nextcu(self->dbg, off, &noff, &cuhl, NULL, NULL, NULL)) { in debuginfo__find_probes() 1136 off = noff; in debuginfo__find_probes() 1549 Dwarf_Off off = 0, noff; in debuginfo__find_line_range() local 1573 if (dwarf_nextcu(self->dbg, off, &noff, &cuhl, in debuginfo__find_line_range() 1597 off = noff; in debuginfo__find_line_range()
|