[Bug tools/33329] eu-ar --map mode

2025-08-26 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=33329 Sam James changed: What|Removed |Added See Also||https://sourceware.org/bugz

Re: [RFC] elfclassify: Add --ar-member option to classify archive member

2025-08-26 Thread Frank Ch. Eigler
Hi - > This can be used for example to check whether an ELF archive file > contains ELF members that can be stripped by using: > eu-classify --ar-member --unstripped So one could immediately put this into debugedit's find-debuginfo.sh. > RFC: Is the option name --ar-member clear? Do we also w

[Bug tools/33329] New: eu-ar --map mode

2025-08-26 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=33329 Bug ID: 33329 Summary: eu-ar --map mode Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: tools Assignee:

[RFC] elfclassify: Add --ar-member option to classify archive member

2025-08-26 Thread Mark Wielaard
To determine whether an ELF archive contains a member of a particular type add a new input option to eu-classify --ar-member. eu-classify will match if a given file is an ELF archive and at the classification options apply to at least one of the members. This can be used for example to check wheth