Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Dwin_dump_defs.h80 typedef struct WinDumpHeader64 { struct
126 } QEMU_PACKED WinDumpHeader64; argument
134 WinDumpHeader64 x64;
150 #define VMCOREINFO_WIN_DUMP_NOTE_SIZE64 (sizeof(WinDumpHeader64) + \
/qemu/contrib/elf2dmp/
H A Dmain.c267 static bool fill_header(WinDumpHeader64 *hdr, struct pa_space *ps, in fill_header()
277 WinDumpHeader64 h; in fill_header()
291 h = (WinDumpHeader64) { in fill_header()
417 WinDumpHeader64 *hdr, const char *name) in write_dump()
519 WinDumpHeader64 header; in main()
/qemu/dump/
H A Dwin_dump.c159 h->x64.RequiredDumpSpace = sizeof(WinDumpHeader64) + in patch_header()
428 hdr_size = x64 ? sizeof(WinDumpHeader64) : sizeof(WinDumpHeader32); in create_win_dump()