Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/libc/
H A Dfindstack_subr.c148 if (!match && strstr(obj->obj_fullname, "/libc/") != NULL) { in stacks_module_callback()
152 libc.obj_fullname = ""; in stacks_module_callback()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.h173 const char *obj_fullname; /* full name of object */ member
H A Dmdb_modapi.c824 obj.obj_fullname = fullname; in mdb_object_cb()