Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h106 #define IMPORT_NAME 108 /* Index in name list */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h106 #define IMPORT_NAME 108 /* Index in name list */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmodulefinder.py20 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/
Dmodulefinder.py20 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/
Dcompile.c829 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()
Dceval.c2297 case IMPORT_NAME: in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c852 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()
Dceval.c2312 case IMPORT_NAME: in PyEval_EvalFrameEx()