Home
last modified time | relevance | path

Searched refs:PyImport_GetMagicNumber (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dimport.h10 PyAPI_FUNC(long) PyImport_GetMagicNumber(void);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dimport.h10 PyAPI_FUNC(long) PyImport_GetMagicNumber(void);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c885 unsigned int halfmagic = PyImport_GetMagicNumber() & 0xFFFF; in maybe_pyc_file()
1383 long PyImport_GetMagicNumber(void); in run_pyc_file()
1386 if (magic != PyImport_GetMagicNumber()) { in run_pyc_file()
Dimport.c562 PyImport_GetMagicNumber(void) in PyImport_GetMagicNumber() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c872 unsigned int halfmagic = PyImport_GetMagicNumber() & 0xFFFF; in maybe_pyc_file()
1358 long PyImport_GetMagicNumber(void); in run_pyc_file()
1361 if (magic != PyImport_GetMagicNumber()) { in run_pyc_file()
Dimport.c530 PyImport_GetMagicNumber(void) in PyImport_GetMagicNumber() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dzipimport.c949 if (get_long((unsigned char *)buf) != PyImport_GetMagicNumber()) { in unmarshal_code()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dzipimport.c977 if (get_long((unsigned char *)buf) != PyImport_GetMagicNumber()) { in unmarshal_code()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c530 PyImport_GetMagicNumber(void) in PyImport_GetMagicNumber() function