Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dump: add API to write elf notes to buffer
the function can be used by write_elf32_notes/write_elf64_notes to write notes to a buffer. If fd_write_vmcore is used, write_elf32_notes/write_elf64_notes will write elf notes to vmcore directly. Instead, if buf_write_note is used, elf notes will be written to opaque->note_buf at first. Signed-off-by: Qiao Nuohan <[email protected]> Reviewed-by: Laszlo Ersek <[email protected]> Signed-off-by: Luiz Capitulino <[email protected]>
- Loading branch information