Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddynload_shlib.c76 int dlopenflags=0; in _PyImport_GetDynLoadFunc() local
112 dlopenflags = PyThreadState_GET()->interp->dlopenflags; in _PyImport_GetDynLoadFunc()
117 dlopenflags); in _PyImport_GetDynLoadFunc()
130 handle = dlopen(pathname, dlopenflags); in _PyImport_GetDynLoadFunc()
Dpystate.c80 interp->dlopenflags = RTLD_NOW; in PyInterpreterState_New()
82 interp->dlopenflags = RTLD_LAZY; in PyInterpreterState_New()
Dsysmodule.c633 tstate->interp->dlopenflags = new_val; in sys_setdlopenflags()
656 return PyInt_FromLong(tstate->interp->dlopenflags); in sys_getdlopenflags()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpystate.h31 int dlopenflags; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpystate.h31 int dlopenflags; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpystate.c79 interp->dlopenflags = RTLD_NOW; in PyInterpreterState_New()
81 interp->dlopenflags = RTLD_LAZY; in PyInterpreterState_New()
Dsysmodule.c637 tstate->interp->dlopenflags = new_val; in sys_setdlopenflags()
660 return PyInt_FromLong(tstate->interp->dlopenflags); in sys_getdlopenflags()