This change allows yaml input to control the order of implicitly added sections
(.symtab, .strtab, .shstrtab). The order is controlled by adding a
placeholder section of the given name to the Sections field.
This change is to support changes in D39582, where it is desirable to control
the location of the .dynsym section.
The uninitialized Idx broke some builds. What's the expedient way to fix this, another diff?