Page MenuHomeFreeBSD

readelf: include notes (-n) in --all/-a
ClosedPublic

Authored by emaste on Sep 17 2021, 12:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 3:42 AM
Unknown Object (File)
Aug 6 2025, 4:03 PM
Unknown Object (File)
Jul 9 2025, 3:27 AM
Unknown Object (File)
Jul 6 2025, 10:36 AM
Unknown Object (File)
Jul 5 2025, 8:44 AM
Unknown Object (File)
Jul 4 2025, 4:23 PM
Unknown Object (File)
Jul 3 2025, 2:07 PM
Unknown Object (File)
Jun 30 2025, 12:57 PM
Subscribers
None

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste created this revision.
emaste added a reviewer: markj.

Also add unwind

-u is undocumented, BTW.

This revision is now accepted and ready to land.Sep 17 2021, 1:34 PM

-u is undocumented, BTW.

It's also unimplemented :(
-u sets RE_U, but it's never tested and does nothing.
But, if/when it gets implemented it will be picked up in -a as it should.