Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ptools/pstack/
H A Dpstack.c108 static void *libpython; variable
792 if ((libpython = dlopen(path, RTLD_LAZY|RTLD_GLOBAL)) != NULL) in python_object_iter()
806 if (libpython) { in load_libpython()
808 dlsym(libpython, "pydb_agent_create"); in load_libpython()
810 dlsym(libpython, "pydb_agent_destroy"); in load_libpython()
812 dlsym(libpython, "pydb_pc_frameinfo"); in load_libpython()
816 (void) dlclose(libpython); in load_libpython()
817 libpython = NULL; in load_libpython()
823 (void) dlclose(libpython); in load_libpython()
824 libpython = NULL; in load_libpython()
[all …]