dump: Rename write_elf*_phdr_note to prepare_elf*_phdr_note
commit2341a94d3a0a8a93a5a977e642da1807b8edaab8
authorJanosch Frank <frankja@linux.ibm.com>
Thu, 11 Aug 2022 12:11:01 +0000 (11 12:11 +0000)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 6 Oct 2022 15:30:43 +0000 (6 19:30 +0400)
tree713521075f30883894ebaeb490ca3ba76bc3df86
parent670e76998a61ca171200fcded3865b294a2d1243
dump: Rename write_elf*_phdr_note to prepare_elf*_phdr_note

The functions in question do not actually write to the file descriptor
they set up a buffer which is later written to the fd.

Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Reviewed-by: Janis Schoetterl-Glausch <scgl@linux.ibm.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20220811121111.9878-9-frankja@linux.ibm.com>
dump/dump.c