Re: [PATCH v3 08/14] dump/dump: Add section string table support

2022-07-21 Thread Janosch Frank
On 7/21/22 15:22, Janosch Frank wrote: As sections don't have a type like the notes do we need another way to determine their contents. The string table allows us to assign each section an identification string which architectures can then use to tag their sections with. There will be no string

[PATCH v3 08/14] dump/dump: Add section string table support

2022-07-21 Thread Janosch Frank
As sections don't have a type like the notes do we need another way to determine their contents. The string table allows us to assign each section an identification string which architectures can then use to tag their sections with. There will be no string table if the architecture doesn't add cus