ELFDumper can't correctly decode DF_FLAGS_1.
e.g.
llvm-readobj -dynamic-table:
0x000000006FFFFFFB unknown
GNU readelf --dynamic:
0x000000006ffffffb (FLAGS_1) Flags: NODUMP
This is the first of two patches to add support for decoding (which is needed by lld tests for "-z" option).
It adds the missing DF_1_XXX bits to Support/Elf. The next patch (which builds on top of this one) will take care of the llvm-readobj missing bits.