Searched refs:init_weakref (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
D | config.c | 64 extern void init_weakref(void); 131 {"_weakref", init_weakref},
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | config.c | 64 extern void init_weakref(void); 131 {"_weakref", init_weakref},
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | _weakref.c | 92 init_weakref(void) in init_weakref() function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _weakref.c | 92 init_weakref(void) in init_weakref() function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | weakrefobject.c | 23 init_weakref(PyWeakReference *self, PyObject *ob, PyObject *callback) in init_weakref() function 38 init_weakref(result, ob, callback); in new_weakref() 313 init_weakref(self, ob, callback); in weakref___new__()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | weakrefobject.c | 23 init_weakref(PyWeakReference *self, PyObject *ob, PyObject *callback) in init_weakref() function 38 init_weakref(result, ob, callback); in new_weakref() 302 init_weakref(self, ob, callback); in weakref___new__()
|