There is no way to set raw content for SHT_GNU_verneed section.
This patch implements it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. Given the number of similar sections that share this style (i.e. Content or Some Stuff - entries, relocations ...), I wonder if a refactor is in order to share the sort of thing you're adding here between the various section types?
Comment Actions
We can probably move "Content" and "Size" to "Section" class or may be even to "Chunk". It probably will save not that much lines though (but still better than nothing). I need to think more about it.