Page MenuHomeFreeBSD

readelf(1): Decode values when DT_FLAGS/DT_FLAGS_1
ClosedPublic

Authored by borako.ozarslan_gmail.com on Jan 8 2019, 6:26 PM.
Tags
None
Referenced Files
F166916024: D18784.id53444.diff
Mon, Aug 17, 6:11 PM
Unknown Object (File)
Fri, Aug 14, 7:55 AM
Unknown Object (File)
Tue, Aug 11, 5:23 PM
Unknown Object (File)
Sat, Aug 8, 7:17 PM
Unknown Object (File)
Sat, Aug 8, 6:44 PM
Unknown Object (File)
Sat, Aug 8, 6:33 PM
Unknown Object (File)
Sat, Aug 8, 1:03 PM
Unknown Object (File)
Sun, Aug 2, 2:07 PM

Details

Summary

Decode d_val when the tag is DT_FLAGS or DT_FLAGS_1 based on the information at:

https://docs.oracle.com/cd/E23824_01/html/819-0690/chapter6-42444.html

PR: 232983
Submitted by: Bora Ozarslan borako.ozarslan@gmail.com

Test Plan

Compile a trivial program using the command cc -Wl,-z,now main.c and use readelf -d a.out on it.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

contrib/elftoolchain/readelf/readelf.c
296–297

should be in alpha order - i.e., before dump_dyn_val

contrib/elftoolchain/readelf/readelf.c
2987

Why print "Flags:" for flags_1 and no prefix for flags above?

borako.ozarslan_gmail.com added inline comments.
contrib/elftoolchain/readelf/readelf.c
2987

That's the behavior in GNU readelf as seen in the bug report

borako.ozarslan_gmail.com marked an inline comment as done.
borako.ozarslan_gmail.com marked an inline comment as done.
This revision is now accepted and ready to land.Jan 9 2019, 4:55 PM
This revision was automatically updated to reflect the committed changes.
contrib/elftoolchain/readelf/readelf.c
2853

FreeBSD style(9) has a space between if and (. Will update prior to commit.