Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/intel/amd64/libpython/
H A DMakefile28 MODULE = libpython$(PYTHON3_VERSION).so
30 MODULE_NAME = libpython
32 MODSRCS_DIR = ../../../common/modules/libpython
34 MODSRCS = libpython.c
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c111 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()
[all …]
/illumos-gate/usr/src/lib/pylibbe/
H A DMakefile.com48 NATIVE_LIBS += libpython$(PYVER)$(PYSUFFIX).so
/illumos-gate/usr/src/cmd/mdb/
H A DMakefile.common58 libpython
/illumos-gate/usr/src/lib/pysolaris/
H A DMakefile.com46 NATIVE_LIBS += libpython$(PYVER)$(PYSUFFIX).so
/illumos-gate/usr/src/lib/pyzfs/
H A DMakefile.com49 NATIVE_LIBS += libpython$(PYVER)$(PYSUFFIX).so
/illumos-gate/usr/src/pkg/manifests/
H A Ddeveloper-debug-mdb.p5m166 file path=usr/lib/mdb/proc/$(ARCH64)/libpython$(PYTHON3_VERSION).so group=sys \