Searched refs:note_size (Results 1 – 1 of 1) sorted by relevance
757 size_t note_size = sizeof(Elf_Note) + ELFNOTE_ALIGN(strlen(VMCOREINFO_NOTE_NAME) + 1); in vmcoreinfo_append_str() local759 if (vmcoreinfo_size + note_size + sizeof(buf) > VMCOREINFO_BYTES) in vmcoreinfo_append_str()766 memcpy(&vmcoreinfo_data[note_size + vmcoreinfo_size], buf, r); in vmcoreinfo_append_str()
Completed in 4 milliseconds