In some cases we are unable to handle SymbolAssignment instantly.
Expression may depend on offset of input section which was not set yet,
because corresponding output section command was not handled.
Patch adds a list of dependency symbols for Expr class. Before perform
assign, this list is updated and checked if all dependencies are resolved.
If not, assign expression is delayed.
This fixes PR32031.