Lines Matching refs:libpython
111 static void *libpython; variable
836 if ((libpython = dlopen(path, RTLD_LAZY|RTLD_GLOBAL)) != NULL) in python_object_iter()
850 if (libpython) { in load_libpython()
852 dlsym(libpython, "pydb_agent_create"); in load_libpython()
854 dlsym(libpython, "pydb_agent_destroy"); in load_libpython()
856 dlsym(libpython, "pydb_pc_frameinfo"); in load_libpython()
858 dlsym(libpython, "pydb_pc_frameinfo_argv"); in load_libpython()
863 (void) dlclose(libpython); in load_libpython()
864 libpython = NULL; in load_libpython()
870 (void) dlclose(libpython); in load_libpython()
871 libpython = NULL; in load_libpython()
883 if (libpython != NULL) { in reset_libpython()
887 (void) dlclose(libpython); in reset_libpython()
890 libpython = NULL; in reset_libpython()