write_comment
out.write_comment("magic");
out.write_comment("totalsize");
out.write_comment("off_dt_struct");
out.write_comment("off_dt_strings");
out.write_comment("off_mem_rsvmap");
out.write_comment("version");
out.write_comment("last_comp_version");
out.write_comment("boot_cpuid_phys");
out.write_comment("size_dt_strings");
out.write_comment("size_dt_struct");
writer.write_comment("Strings table.");
virtual void write_comment(const std::string &name) = 0;
write_comment(token_type_name(t));
void write_comment(const std::string &name) override;
writer.write_comment(name);
reservation_writer.write_comment(string("Memory reservations"));
reservation_writer.write_comment(string("Reservation start"));
reservation_writer.write_comment(string("Reservation length"));
struct_writer.write_comment(string("Device tree"));
writer.write_comment(key);