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

/opensolaris-onvv-gate/usr/src/tools/ctf/cvt/
H A Ddwarf.c141 char *dw_cuname; /* name of compilation unit */ member in struct:dwarf
1536 ii->ii_owner = xstrdup(dw->dw_cuname);
1609 ii->ii_owner = xstrdup(dw->dw_cuname);
1857 if ((dw.dw_cuname = die_name(&dw, cu)) != NULL) {
1858 char *base = xstrdup(basename(dw.dw_cuname));
1859 free(dw.dw_cuname);
1860 dw.dw_cuname = base;
1862 debug(1, "CU name: %s\n", dw.dw_cuname);

Completed in 101 milliseconds