For some fields it might be convenient to specify the DEFAULT as a value.
E.g. instead of:
## 0x18 is the standard entsize value. EntSize: [[ENTSIZE=0x18]]
we could write just:
EntSize: [[ENTSIZE=DEFAULT]]
and just ignore the EntSize key, like it doesn'y exist at all.
This patch adds a support for the DEFAULT value for ShOffset,
ShName and ShSize fields. It also updates a test for llvm-readobj,
which can use the new feature now.
If the whole idea is fine, I'll post patches for another
fields we have that might benefit from this approach.