Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dcode.h29 PyObject *co_weakreflist; /* to support weakrefs to code objects */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dcode.h29 PyObject *co_weakreflist; /* to support weakrefs to code objects */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcodeobject.c106 co->co_weakreflist = NULL; in PyCode_New()
318 if (co->co_weakreflist != NULL) in code_dealloc()
497 offsetof(PyCodeObject, co_weakreflist), /* tp_weaklistoffset */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dcodeobject.c106 co->co_weakreflist = NULL; in PyCode_New()
318 if (co->co_weakreflist != NULL) in code_dealloc()
497 offsetof(PyCodeObject, co_weakreflist), /* tp_weaklistoffset */