Lines Matching refs:libpython
108 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()
836 if (libpython != NULL) { in reset_libpython()
840 (void) dlclose(libpython); in reset_libpython()
843 libpython = NULL; in reset_libpython()