Lines Matching refs:libpython
108 static void *libpython;
774 name = strstr(obj, "/libpython");
792 if ((libpython = dlopen(path, RTLD_LAZY|RTLD_GLOBAL)) != NULL)
806 if (libpython) {
808 dlsym(libpython, "pydb_agent_create");
810 dlsym(libpython, "pydb_agent_destroy");
812 dlsym(libpython, "pydb_pc_frameinfo");
816 (void) dlclose(libpython);
817 libpython = NULL;
823 (void) dlclose(libpython);
824 libpython = NULL;
836 if (libpython != NULL) {
840 (void) dlclose(libpython);
843 libpython = NULL;