Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DFvImage.py186 …DepexStack.append(eval(str(DepexStack.pop()) + ' ' + Depex._OPCODE_STRING_[Item].lower() + ' ' + s…
187 …DepexList.append(str(DepexList.pop()) + ' ' + Depex._OPCODE_STRING_[Item].upper() + ' ' + str(Depe…
189 … DepexStack.append(eval(Depex._OPCODE_STRING_[Item].lower() + ' ' + str(DepexStack.pop())))
190 DepexList.append(Depex._OPCODE_STRING_[Item].lower() + ' ' + str(DepexList.pop()))
726 _OPCODE_STRING_ = { variable in Depex
763 if T in m._OPCODE_STRING_:
764 S += Indention + m._OPCODE_STRING_[T]