Searched defs:noff (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/0.153/libdw/
H A Ddwarf_getsrc_file.c78 Dwarf_Off noff; local
80 INTUSE(dwarf_nextcu) (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0;
81 off = noff)
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dprobe-finder.c1076 Dwarf_Off off, noff; local
1112 while (!dwarf_nextcu(self->dbg, off, &noff, &cuhl, NULL, NULL, NULL)) {
1136 off = noff;
1549 Dwarf_Off off = 0, noff; local
1573 if (dwarf_nextcu(self->dbg, off, &noff, &cuhl,
1597 off = noff;

Completed in 123 milliseconds