HomeSort by relevance Sort by last modified time
    Searched defs:ndirs (Results 1 - 6 of 6) sorted by null

  /external/elfutils/tests/
next-files.c 62 size_t ndirs; local
63 if (dwarf_getsrcdirs (files, &dirs, &ndirs) != 0)
74 for (size_t i = 1; i < ndirs; ++i)
get-files.c 80 size_t ndirs; local
81 if (dwarf_getsrcdirs (files, &dirs, &ndirs) != 0)
92 for (size_t i = 1; i < ndirs; ++i)
  /external/u-boot/fs/
fs.c 46 int nfiles = 0, ndirs = 0; local
55 ndirs++;
64 printf("\n%d file(s), %d dir(s)\n\n", nfiles, ndirs);
  /external/elfutils/libdw/
dwarf_getsrclines.c 314 size_t ndirs = 0; local
323 ++ndirs;
328 ndirs = ndirs + 1; /* There is always the "unknown" dir. */
358 get_uleb128 (ndirs, linep, lineendp);
360 if (nforms == 0 && ndirs != 0)
364 the directory. Filters out insanely large ndirs. */
365 if (nforms != 0 && ndirs > (size_t) (lineendp - linep) / nforms)
370 ndirlist = ndirs;
1008 files->ndirs = ndirlist
    [all...]
libdwP.h 256 unsigned int ndirs; member in struct:Dwarf_Files_s
264 /* nfiles of those, followed by char *[ndirs]. */
    [all...]
  /external/elfutils/src/
addr2line.c 381 size_t ndirs; local
382 if (dwarf_getsrcdirs (files, &dirs, &ndirs) == 0

Completed in 154 milliseconds