Find all symbolic links to a specific directory:
find -maxdepth 2 -type l -exec stat {} \; | grep /usr/local/trunk