Home
last modified time | relevance | path

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

/third_party/python/Python/
Ddynload_shlib.c68 int dlopenflags=0; in _PyImport_FindSharedFuncptr() local
98 dlopenflags = _PyInterpreterState_GET()->dlopenflags; in _PyImport_FindSharedFuncptr()
100 handle = dlopen(pathname, dlopenflags); in _PyImport_FindSharedFuncptr()
Dpystate.c238 interp->dlopenflags = RTLD_NOW; in PyInterpreterState_New()
240 interp->dlopenflags = RTLD_LAZY; in PyInterpreterState_New()
Dsysmodule.c1611 interp->dlopenflags = new_val; in sys_setdlopenflags_impl()
1629 return PyLong_FromLong(interp->dlopenflags); in sys_getdlopenflags_impl()
/third_party/python/Include/internal/
Dpycore_interp.h259 int dlopenflags; member