Re: [PATCH v3 05/14] dump: Split write of section headers and data and add a prepare step

2022-07-21 Thread Janosch Frank
On 7/21/22 16:41, Marc-André Lureau wrote: On Thu, Jul 21, 2022 at 5:23 PM Janosch Frank wrote: By splitting the writing of the section headers and (future) section data we prepare for the addition of a string table section and architecture sections. At the same time we move the writing of th

Re: [PATCH v3 05/14] dump: Split write of section headers and data and add a prepare step

2022-07-21 Thread Marc-André Lureau
On Thu, Jul 21, 2022 at 5:23 PM Janosch Frank wrote: > > By splitting the writing of the section headers and (future) section > data we prepare for the addition of a string table section and > architecture sections. > > At the same time we move the writing of the section to the end of the > dump p

[PATCH v3 05/14] dump: Split write of section headers and data and add a prepare step

2022-07-21 Thread Janosch Frank
By splitting the writing of the section headers and (future) section data we prepare for the addition of a string table section and architecture sections. At the same time we move the writing of the section to the end of the dump process. This allows the upcoming architecture section code to add d