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
Differential D18784
readelf(1): Decode values when DT_FLAGS/DT_FLAGS_1 borako.ozarslan_gmail.com on Jan 8 2019, 6:26 PM. Authored by Tags None Referenced Files
Subscribers
Details
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 Compile a trivial program using the command cc -Wl,-z,now main.c and use readelf -d a.out on it.
Diff Detail
Event Timeline
|