Previously, output sections handled specially by the linker (e.g. PLT or GOT)
are created by Writer and passed to other classes that need them. The problem
was that because these special sections are required by so many classes, the
plumbing work became too much burden.
This patch is to simply make them accessible from anywhere in the linker to
eliminate the plumbing work once and for all.
Independent change. Please commit the rename first.