When linking linux kernel LLD currently reports next errors:
ld: error: unable to evaluate expression: input section .head.text has no output section assigned ld: error: At least one side of the expression must be absolute ld: error: At least one side of the expression must be absolute
That does not provide file/line information and overall unclear.
Probably we should add location information to ExprValue.
That is what this patch do.