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

  /external/elfutils/src/libdw/
dwarf_getsrcdirs.c 37 dwarf_getsrcdirs (files, result, ndirs)
40 size_t *ndirs;
46 *ndirs = files->ndirs;
libdwP.h 231 unsigned int ndirs; member in struct:Dwarf_Files_s
239 /* nfiles of those, followed by char *[ndirs]. */
dwarf_getsrclines.c 699 files->ndirs = ndirlist;
libdw.h 665 (*RESULT)[0..*NDIRS-1] are the compile-time include directory path
668 const char *const **result, size_t *ndirs)
    [all...]
  /external/elfutils/src/tests/
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/elfutils/src/src/
addr2line.c 339 size_t ndirs; local
340 if (dwarf_getsrcdirs (files, &dirs, &ndirs) == 0

Completed in 282 milliseconds