Re: [PATCH v6 01/10] dump: Use a buffer for ELF section data and headers

2022-10-17 Thread Marc-André Lureau
On Mon, Oct 17, 2022 at 12:39 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 handling

[PATCH v6 01/10] dump: Use a buffer for ELF section data and headers

2022-10-17 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