You can not find pointer by simple search.
For find pointer you need search every time pointer value. Pointer value is memory address. You do not know it.
Then you find not pointer. Any other actions is pointless because it is not a pointer.
One possibility for find pointer is use fuzzy search but you need know when pointer changed and when - no. Usually user do not know it.
"Go to pointer" simple jump in memory editor to address equal to value of item.
Address of the item "abc", value - "456". You select "Go to pointer" and jump to address "456".
If you select not pointer - then it contain some data and this jump is pointless.