Home
last modified time | relevance | path

Searched refs:STORE_GLOBAL (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h95 #define STORE_GLOBAL 97 /* "" */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h95 #define STORE_GLOBAL 97 /* "" */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dmodulefinder.py22 STORE_GLOBAL = chr(dis.opname.index('STORE_GLOBAL')) variable
23 STORE_OPS = [STORE_NAME, STORE_GLOBAL]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmodulefinder.py22 STORE_GLOBAL = chr(dis.opname.index('STORE_GLOBAL')) variable
23 STORE_OPS = [STORE_NAME, STORE_GLOBAL]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c809 case STORE_GLOBAL: in opcode_stack_effect()
2419 case Store: op = STORE_GLOBAL; break; in compiler_nameop()
Dceval.c2018 case STORE_GLOBAL: in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c832 case STORE_GLOBAL: in opcode_stack_effect()
2439 case Store: op = STORE_GLOBAL; break; in compiler_nameop()
Dceval.c2029 case STORE_GLOBAL: in PyEval_EvalFrameEx()