Home
last modified time | relevance | path

Searched defs:LOAD_CONST (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h98 #define LOAD_CONST 100 /* Index in const list */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h98 #define LOAD_CONST 100 /* Index in const list */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmodulefinder.py19 LOAD_CONST = chr(dis.opname.index('LOAD_CONST')) variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dmodulefinder.py19 LOAD_CONST = chr(dis.opname.index('LOAD_CONST')) variable