HomeSort by relevance Sort by last modified time
    Searched refs:noff (Results 1 - 4 of 4) sorted by null

  /external/elfutils/tests/
allfcts.c 61 Dwarf_Off noff; local
63 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0)
70 off = noff;
dwflmodtest.c 198 Dwarf_Off noff; local
200 while (dwarf_nextcu (dw, off, &noff, &cuhl, NULL, NULL, NULL) == 0)
206 off = noff;
  /external/elfutils/libdw/
dwarf_getsrc_file.c 78 Dwarf_Off noff; local
80 while (INTUSE(dwarf_nextcu) (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0)
178 off = noff;
  /external/linux-tools-perf/util/
probe-finder.c 1517 Dwarf_Off off, noff; local
1996 Dwarf_Off off = 0, noff; local
    [all...]

Completed in 88 milliseconds