Re: [PATCH v5 09/18] dump: Use a buffer for ELF section data and headers

2022-08-29 Thread Janis Schoetterl-Glausch
On Thu, 2022-08-11 at 12:11 +, Janosch Frank wrote: > Currently we're writing the NULL section header if we overflow the > physical header number in the ELF header. But in the future we'll add > custom section headers AND section data. > > To facilitate this we need to rearange section handlin

Re: [PATCH v5 09/18] dump: Use a buffer for ELF section data and headers

2022-08-16 Thread Marc-André Lureau
Hi On Thu, Aug 11, 2022 at 4:16 PM Janosch Frank wrote: > Currently we're writing the NULL section header if we overflow the > physical header number in the ELF header. But in the future we'll add > custom section headers AND section data. > > To facilitate this we need to rearange section handl

[PATCH v5 09/18] dump: Use a buffer for ELF section data and headers

2022-08-11 Thread Janosch Frank
Currently we're writing the NULL section header if we overflow the physical header number in the ELF header. But in the future we'll add custom section headers AND section data. To facilitate this we need to rearange section handling a bit. As with the other ELF headers we split the code into a pr