Searched refs:IMPORT_NAME (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | opcode.h | 106 #define IMPORT_NAME 108 /* Index in name list */ macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | opcode.h | 106 #define IMPORT_NAME 108 /* Index in name list */ macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | modulefinder.py | 20 IMPORT_NAME = chr(dis.opname.index('IMPORT_NAME')) variable 354 if c == LOAD_CONST and code[3] == IMPORT_NAME: 371 LOAD_LOAD_AND_IMPORT = LOAD_CONST + LOAD_CONST + IMPORT_NAME
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | modulefinder.py | 20 IMPORT_NAME = chr(dis.opname.index('IMPORT_NAME')) variable 354 if c == LOAD_CONST and code[3] == IMPORT_NAME: 371 LOAD_LOAD_AND_IMPORT = LOAD_CONST + LOAD_CONST + IMPORT_NAME
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | compile.c | 829 case IMPORT_NAME: in opcode_stack_effect() 1949 ADDOP_NAME(c, IMPORT_NAME, alias->name, names); in compiler_import() 2023 ADDOP_NAME(c, IMPORT_NAME, s->v.ImportFrom.module, names); in compiler_from_import() 2026 ADDOP_NAME(c, IMPORT_NAME, empty_string, names); in compiler_from_import()
|
D | ceval.c | 2297 case IMPORT_NAME: in PyEval_EvalFrameEx()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | compile.c | 852 case IMPORT_NAME: in opcode_stack_effect() 1971 ADDOP_NAME(c, IMPORT_NAME, alias->name, names); in compiler_import() 2045 ADDOP_NAME(c, IMPORT_NAME, s->v.ImportFrom.module, names); in compiler_from_import() 2048 ADDOP_NAME(c, IMPORT_NAME, empty_string, names); in compiler_from_import()
|
D | ceval.c | 2312 case IMPORT_NAME: in PyEval_EvalFrameEx()
|