This function will attempt to look up the nearest symbol based on an
address. If multiple symbols are located at an equal distance from the
address, all of them will be returned.
Parameters
address (int) – The address to use for the search.
Returns
The nearest symbols for the given address. If no symbol can be
found an empty list will be returned.