diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2020-05-31 15:31:47 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2020-05-31 15:31:47 +0000 |
| commit | 796bf3133bacd37513d0333ecba2b3ef9e7bb935 (patch) | |
| tree | b6cef4e661076386c9f31d189231eb395a02f72a | |
| parent | cd9207569fabd1edbf2318b59cea2e9ebb860385 (diff) | |
Notes
| -rw-r--r-- | contrib/elftoolchain/readelf/readelf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/elftoolchain/readelf/readelf.c b/contrib/elftoolchain/readelf/readelf.c index a1231462a49a..dc03f285158c 100644 --- a/contrib/elftoolchain/readelf/readelf.c +++ b/contrib/elftoolchain/readelf/readelf.c @@ -2901,6 +2901,9 @@ static struct flag_desc dt_flags_1[] = { { 0x400000, "NORELOC" }, { 0x800000, "SYMINTPOSE" }, { 0x1000000, "GLOBAUDIT" }, + { 0x02000000, "SINGLETON" }, + { 0x04000000, "STUB" }, + { DF_1_PIE, "PIE" }, { 0, NULL } }; |
