So, first you need to find out where the memory was mapped. This can be done using the " information files " or the " service information sections ". After matching, you can use the find gdb command for each of these associations. The find gdb command has the following syntax:
find begin-address end-address address-to-search-for
source
share