We currently have next issue. In the script from testcase,
non-allocated section is placed before symbol asignment.
Therefore .Sym is attached to non allocatable section. And we calculate it
value wrong. We subtract Body->Section->Addr, but non-allocatable sections
should have zero VA in output and therefore result value is wrong,
We have Body->Section->Addr != 0 for them internally because use it for calculation of size.
Patch fixes calculation of such symbols values.