Searched refs:dw_cuname (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/cvt/
H A Ddwarf.c143 char *dw_cuname; /* name of compilation unit */ member in struct:dwarf
1581 ii->ii_owner = xstrdup(dw->dw_cuname);
1654 ii->ii_owner = xstrdup(dw->dw_cuname);
1970 if ((dw.dw_cuname = die_name(&dw, cu)) != NULL) {
1971 char *base = xstrdup(basename(dw.dw_cuname));
1972 free(dw.dw_cuname);
1973 dw.dw_cuname = base;
1975 debug(1, "CU name: %s\n", dw.dw_cuname);

Completed in 99 milliseconds