Lines Matching refs:format
29 output += " Data start: New {:#x}, old {:#x} \n".format(
33 output += " Text start: New {:#x}, old {:#x} \n".format(
37 output += " Entrypoint: New {:#x}, old {:#x} \n".format(new.entry, old.entry)
44 output += " Data byte {:#x}: new {:#04x} old {:#04x} \n".format(
48 output += " Data length: New {} bytes, old {} bytes \n".format(
57 output += " Text byte {:#x}: new {:#04x} old {:#04x} \n".format(
61 output += " Text length: New {} bytes, old {} bytes \n".format(
70 print("Comparing {} stub: ".format(chip), end="")
78 old = os.path.join(THIS_SCRIPT_DIR, STUB_DIR, JSON_NAME.format(chip))
79 new = os.path.join(THIS_SCRIPT_DIR, BUILD_DIR, JSON_NAME.format(chip))
87 "from the just-built stub".format("esp" + chip)