Also omit section definition symbols. This matches the condition for
symbols to omit from map files.
If we start producing lots of IMAGE_SYM_CLASS_LABEL symbols due to
D113865, it inflates the size of mingw style default linked binaries
(with dwarf debug info and a regular PE symbol table) a fair bit
(by 14% in one test).
By omitting these symbols, the size remains the same as before, and
by omitting the section definition symbols we further shrink the
mingw style unstripped binaries by 14% in one test.
If dc will only be used in the if, it's preferred to declare the variable inside the if condition.