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