Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
DBuildReport.py121 gOpCodeList = ["BEFORE", "AFTER", "PUSH", "AND", "OR", "NOT", "TRUE", "FALSE", "END", "SOR"] variable
261 Statement = gOpCodeList[struct.unpack("B", OpCode)[0]]