Home
last modified time | relevance | path

Searched refs:ndies (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c3148 ctf_dwarf_count_dies(Dwarf_Debug dw, Dwarf_Error *derr, uint_t *ndies, in ctf_dwarf_count_dies() argument
3173 *ndies = *ndies + 1; in ctf_dwarf_count_dies()
3185 mutex_t *dwlock, Dwarf_Error *derr, uint_t ndies, ctf_cu_t *cdies, in ctf_dwarf_preinit_dies() argument
3200 VERIFY3U(i, <, ndies); in ctf_dwarf_preinit_dies()
3211 if (ndies > 1) { in ctf_dwarf_preinit_dies()
3579 uint_t ndies, i, bsize, nthrs; in ctf_dwarf_convert() local
3609 ndies = 0; in ctf_dwarf_convert()
3610 err = ctf_dwarf_count_dies(dw, &derr, &ndies, errbuf, errlen); in ctf_dwarf_convert()
3612 ctf_dprintf("found %d DWARF CUs\n", ndies); in ctf_dwarf_convert()
3614 if (ndies == 0) { in ctf_dwarf_convert()
[all …]