In Linux, the easiest way to look at a process\' memory map is looking at /proc/PID/maps, giving something like this:
08048000-08056000 r-xp 00000000
A couple more links for those looking for vmmap source (it's not published):
Getting the the mapped file name and the names of libraries from dyld_shared_cache: https://stackoverflow.com/a/17180619/1026