Inspired by Gordon Davisson's comment. This is similar to another answer, but I got the desired results using exec. I needed something that could find symbolic links without knowing where the original file was located.
find / -type l -exec ls -al {} \; | grep -i "all_or_part_of_original_name"