Searched defs:ncu (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/tests/
H A Dget-files.c58 Dwarf_Off ncu; local
63 while (dwarf_nextcu (dbg, o, &ncu, &cuhl, &ao, &asz, &osz) == 0)
65 printf ("cuhl = %zu, o = %llu, asz = %hhu, osz = %hhu, ncu = %llu\n",
67 asz, osz, (unsigned long long int) ncu);
107 o = ncu;
/external/elfutils/libdwfl/
H A DlibdwflP.h175 unsigned int ncu; member in struct:Dwfl_Module
/external/elfutils/src/
H A Dreadelf.c5076 Dwarf_Off ncu = 0; local
5080 while (dwarf_nextcu (dbg, offset = ncu, &ncu, &hsize, NULL, NULL, NULL) == 0)

Completed in 1320 milliseconds