`memory region` displays the top-level section name, which for MachO is the segment name. The segment name alone is not much use, it's very coarse grained. This changes `memory region` to display the segment and section names for MachO images. For example, display `__DATA,__const` instead of only `__DATA`.