DEFINED(symbol)
Return 1 if symbol is in the linker global symbol table and is defined before
the statement using DEFINED in the script, otherwise return 0.
Can be used to define default values for symbols. Found it in the wild here:
https://searchcode.com/file/103745382/board/bf561-ezkit/u-boot.lds.S
Patch implements it.