[PATCH] Add 'Key to Flags' to eu-readelf output [bz 29571]

2025-03-17 Thread Samuel Zeter
When printing section headers, also include a key to what each flag is at the end of the section header output. Signed-off-by: Samuel Zeter --- src/readelf.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/src/readelf.c b/src/readelf.c index 12d85472..f9c1c742 100644 --- a/src

[PATCH v2] Add 'Key to Flags' to eu-readelf output [bz 29571]

2025-04-03 Thread Samuel Zeter
When printing section headers, also include a key to what each flag is at the end of the section header output. Signed-off-by: Samuel Zeter --- Updates tests to fix issues from the first patch. src/readelf.c | 11 ++ tests/run-copyadd-sections.sh | 4 +-- tests/run-large