Home
last modified time | relevance | path

Searched refs:PySTEntryObject (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dsymtable.h47 } PySTEntryObject; typedef
53 PyAPI_FUNC(int) PyST_GetScope(PySTEntryObject *, PyObject *);
57 PyAPI_FUNC(PySTEntryObject *) PySymtable_Lookup(struct symtable *, void *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dsymtable.h47 } PySTEntryObject; typedef
53 PyAPI_FUNC(int) PyST_GetScope(PySTEntryObject *, PyObject *);
57 PyAPI_FUNC(PySTEntryObject *) PySymtable_Lookup(struct symtable *, void *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dsymtable.c20 static PySTEntryObject *
24 PySTEntryObject *ste = NULL; in ste_new()
30 ste = PyObject_New(PySTEntryObject, &PySTEntry_Type); in ste_new()
83 ste_repr(PySTEntryObject *ste) in ste_repr()
95 ste_dealloc(PySTEntryObject *ste) in ste_dealloc()
106 #define OFF(x) offsetof(PySTEntryObject, x)
124 sizeof(PySTEntryObject),
282 PySTEntryObject *
301 return (PySTEntryObject *)v; in PySymtable_Lookup()
305 PyST_GetScope(PySTEntryObject *ste, PyObject *name) in PyST_GetScope()
[all …]
Dcompile.c98 PySTEntryObject *u_ste;
3783 PySTEntryObject *ste = c->u->u_ste; in compute_code_flags()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dsymtable.c20 static PySTEntryObject *
24 PySTEntryObject *ste = NULL; in ste_new()
30 ste = PyObject_New(PySTEntryObject, &PySTEntry_Type); in ste_new()
85 ste_repr(PySTEntryObject *ste) in ste_repr()
97 ste_dealloc(PySTEntryObject *ste) in ste_dealloc()
108 #define OFF(x) offsetof(PySTEntryObject, x)
126 sizeof(PySTEntryObject),
284 PySTEntryObject *
303 return (PySTEntryObject *)v; in PySymtable_Lookup()
307 PyST_GetScope(PySTEntryObject *ste, PyObject *name) in PyST_GetScope()
[all …]
Dcompile.c98 PySTEntryObject *u_ste;
3807 PySTEntryObject *ste = c->u->u_ste; in compute_code_flags()