Searched refs:newm (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | import.c | 2733 PyObject *newm; in PyImport_ReloadModule() local 2806 newm = load_module(name, fp, buf, fdp->type, loader); in PyImport_ReloadModule() 2811 if (newm == NULL) { in PyImport_ReloadModule() 2821 return newm; in PyImport_ReloadModule()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/ |
D | import.c | 2626 PyObject *newm; in find_module() local 2693 newm = load_module(name, fp, buf, fdp->type, loader); in find_module() 2698 if (newm == NULL) { in find_module() 2707 return newm; in find_module()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | import.c | 2626 PyObject *newm; in find_module() local 2693 newm = load_module(name, fp, buf, fdp->type, loader); in find_module() 2698 if (newm == NULL) { in find_module() 2707 return newm; in find_module()
|