Use a default, 'safe' address to map the loader to in case the an emulation- specific probe function did not specify it. It picks the same address as mmap() does for a non-fixed map at address 0. See
Use a default, 'safe' address to map the loader to in case the an emulation- specific probe function did not specify it. It picks the same address as mmap() does for a non-fixed map at address 0. See also the comment around a similar line of code in vm/vm_mmap.c.
show more ...
|