Searched refs:guest_note_size (Results 1 – 3 of 3) sorted by relevance
418 if (s->guest_note_size != VMCOREINFO_WIN_DUMP_NOTE_SIZE32 && in create_win_dump()419 s->guest_note_size != VMCOREINFO_WIN_DUMP_NOTE_SIZE64) { in create_win_dump()
288 ret = f(s->guest_note, s->guest_note_size, s); in write_guest_note()1030 offset_vmcoreinfo = offset_note + s->note_size - s->guest_note_size + in create_header32()1141 offset_vmcoreinfo = offset_note + s->note_size - s->guest_note_size + in create_header64()1894 s->guest_note_size = ELF_NOTE_SIZE(note_head_size, name_size, in dump_init()1898 s->guest_note_size > size) { in dump_init()1904 s->note_size += s->guest_note_size; in dump_init()
214 size_t guest_note_size; member