Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c137 char *dw_cuname; /* name of compilation unit */ member
1597 ii->ii_owner = xstrdup(dw->dw_cuname); in die_function_create()
1671 ii->ii_owner = xstrdup(dw->dw_cuname); in die_variable_create()
2006 if ((dw.dw_cuname = die_name(&dw, cu)) != NULL) { in dw_read()
2007 char *base = xstrdup(basename(dw.dw_cuname)); in dw_read()
2008 free(dw.dw_cuname); in dw_read()
2009 dw.dw_cuname = base; in dw_read()
2011 debug(1, "CU name: %s\n", dw.dw_cuname); in dw_read()