Home
last modified time | relevance | path

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

/openbmc/qemu/dump/
H A Dwin_dump.c190 if (!memcmp(h->ValidDump, "DUMP", sizeof(h->ValidDump))) { in check_header()
192 } else if (!memcmp(h->ValidDump, "DU64", sizeof(h->ValidDump))) { in check_header()
196 " got '%.4s'", h->ValidDump); in check_header()
/openbmc/qemu/include/qemu/
H A Dwin_dump_defs.h49 char ValidDump[4]; member
82 char ValidDump[4]; member
131 char ValidDump[4]; member
/openbmc/qemu/contrib/elf2dmp/
H A Dmain.c293 .ValidDump = "DU64", in fill_header()