readelf: add more DT_FLAGS_1 flags
Reference: https://docs.oracle.com/cd/E36784_01/html/E36857/chapter6-42444.html > DF_1_SINGLETON Singleton symbols exist. > DF_1_STUB Object is a stub. > DF_1_PIE Object is a position-independent executable. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
cd9207569f
commit
796bf3133b
@ -2901,6 +2901,9 @@ static struct flag_desc dt_flags_1[] = {
|
|||||||
{ 0x400000, "NORELOC" },
|
{ 0x400000, "NORELOC" },
|
||||||
{ 0x800000, "SYMINTPOSE" },
|
{ 0x800000, "SYMINTPOSE" },
|
||||||
{ 0x1000000, "GLOBAUDIT" },
|
{ 0x1000000, "GLOBAUDIT" },
|
||||||
|
{ 0x02000000, "SINGLETON" },
|
||||||
|
{ 0x04000000, "STUB" },
|
||||||
|
{ DF_1_PIE, "PIE" },
|
||||||
{ 0, NULL }
|
{ 0, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user