Home
last modified time | relevance | path

Searched refs:dlopenflags (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Python/
H A Ddynload_shlib.c5 #include "pycore_interp.h" // _PyInterpreterState.dlopenflags
61 int dlopenflags=0; in _PyImport_FindSharedFuncptr() local
78 dlopenflags = _PyInterpreterState_GET()->dlopenflags; in _PyImport_FindSharedFuncptr()
80 handle = dlopen(pathname, dlopenflags); in _PyImport_FindSharedFuncptr()
H A Dsysmodule.c1578 interp->dlopenflags = new_val; in sys_setdlopenflags_impl()
1596 return PyLong_FromLong(interp->dlopenflags); in sys_getdlopenflags_impl()
/third_party/python/Include/internal/
H A Dpycore_interp.h138 int dlopenflags; member
H A Dpycore_runtime_init.h42 # define DLOPENFLAGS_INIT .dlopenflags = _Py_DLOPEN_FLAGS,

Completed in 6 milliseconds