We want to pass different parameters to ObjectFile and SharedFile ctors,
but the function that instantiates these files was highly abstracted,
and it wasn't easy to pass different parameters.
This patch removes the function. Now we can pass DefaultSoName to
SharedFile ctor.