Lines Matching refs:format
75 "{0:0{1}x}-".format(start, width) +
76 "{0:0{1}x} : ".format(end, width) +
164 .format(pid))
170 gdb.write("{:^18} {:^15} {:>9} {} {} options\n".format(
196 gdb.write("{} {} {} {} {} {}{}{} 0 0\n".format(
252 gdb.write("fdt_magic: 0x{:02X}\n".format(fdt_header[0]))
253 gdb.write("fdt_totalsize: 0x{:02X}\n".format(fdt_header[1]))
254 gdb.write("off_dt_struct: 0x{:02X}\n".format(fdt_header[2]))
255 gdb.write("off_dt_strings: 0x{:02X}\n".format(fdt_header[3]))
256 gdb.write("off_mem_rsvmap: 0x{:02X}\n".format(fdt_header[4]))
257 gdb.write("version: {}\n".format(fdt_header[5]))
258 gdb.write("last_comp_version: {}\n".format(fdt_header[6]))