It's not hard to do, but the current code stops at 2.
Now if you want you can see it in the jump back screen. Pick the one you want by pressing Y, use R to get back the target and add the bookmark. When I rewrite the pointer search code I will fix that
View attachment 302001
The "problem" is the algorithm treat heap and main separately. For jump back I wrote the main code and for pointer search I did not. The heap code will simply return with no hits (nothing with the most significant digit of P being 1 which means the search is done and now just lookup the main offset.
Right now I am considering redoing the whole pointer search code, I think not much value to "fix" this as in the end the "not so good" pointer search being only a little bit better isn't worth the effort.
The new one will require two dumps and will use the extra dump to "Narrow down" the search.