Home
last modified time | relevance | path

Searched refs:PyOS_CheckStack (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythonrun.h166 PyAPI_FUNC(int) PyOS_CheckStack(void);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythonrun.h168 PyAPI_FUNC(int) PyOS_CheckStack(void);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobject.c281 if (PyOS_CheckStack()) { in internal_print()
369 if (PyOS_CheckStack()) { in PyObject_Repr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobject.c281 if (PyOS_CheckStack()) { in internal_print()
369 if (PyOS_CheckStack()) { in PyObject_Repr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1805 PyOS_CheckStack(void) in PyOS_CheckStack() function
Dceval.c621 if (PyOS_CheckStack()) { in _Py_CheckRecursiveCall()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1830 PyOS_CheckStack(void) in PyOS_CheckStack() function
Dceval.c623 if (PyOS_CheckStack()) { in _Py_CheckRecursiveCall()