This option allows clients to set the load address for a GSYM file which will override the BaseAddress in the GSYM header. GSYM files are easily relocatable by modifying just the base address. This allows GSYM to be used for symbolication much easier by allowing clients to specify the load address of the binary and then do lookups using PC values from a live process.
This option can be used when dumping a full GSYM file, or can also be used when doing lookups via the "--address <addr>" option, or "--addresses-from-stdin" option.
Is the term not "symbolizing" rather than "symbolicating" or is that something else?