Searched defs:libc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dfindstack_subr.c143 * If we have a library that has the libc directory in the path, we
144 * want to match against anything that would match libc.so.1. (This
145 * is necessary to be able to easily deal with libc implementations
148 if (!match && strstr(obj->obj_fullname, "/libc/") != NULL) {
149 mdb_object_t libc = *obj; local
151 libc.obj_name = "libc.so.1";
152 libc.obj_fullname = "";
154 return (stacks_module_callback(&libc, arg));

Completed in 111 milliseconds