Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dconfig.c64 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/
Dconfig.c64 extern void init_weakref(void);
131 {"_weakref", init_weakref},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_weakref.c92 init_weakref(void) in init_weakref() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_weakref.c92 init_weakref(void) in init_weakref() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dweakrefobject.c23 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/
Dweakrefobject.c23 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__()