Home
last modified time | relevance | path

Searched defs:_frame (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dframeobject.h16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */ argument
19 PyCodeObject *f_code; /* code segment */
20 PyObject *f_builtins; /* builtin symbol table (PyDictObject) */
21 PyObject *f_globals; /* global symbol table (PyDictObject) */
22 PyObject *f_locals; /* local symbol table (any mapping) */
23 PyObject **f_valuestack; /* points after the last local */
27 PyObject **f_stacktop;
28 PyObject *f_trace; /* Trace function */
37 PyObject *f_exc_type, *f_exc_value, *f_exc_traceback;
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dframeobject.h16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */ argument
19 PyCodeObject *f_code; /* code segment */
20 PyObject *f_builtins; /* builtin symbol table (PyDictObject) */
21 PyObject *f_globals; /* global symbol table (PyDictObject) */
22 PyObject *f_locals; /* local symbol table (any mapping) */
23 PyObject **f_valuestack; /* points after the last local */
27 PyObject **f_stacktop;
28 PyObject *f_trace; /* Trace function */
37 PyObject *f_exc_type, *f_exc_value, *f_exc_traceback;
[all …]