Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Scripts/
DConvertMasmToNasm.py429 self.EmitLine(self.anonLabel(self.anonLabelCount) + ':')
529 anonLabel = self.anonLabel(self.anonLabelCount)
530 newAsm = newAsm.replace('@b', anonLabel)
531 newAsm = newAsm.replace('@B', anonLabel)
532 anonLabel = self.anonLabel(self.anonLabelCount + 1)
533 newAsm = newAsm.replace('@f', anonLabel)
534 newAsm = newAsm.replace('@F', anonLabel)
537 def anonLabel(self, count): member in ConvertAsmFile