Do not cache every readable/executable elf.

This wastes a lot of memory to leave all of these elf files mmap'd in.
This is especially bad when running on host and mmapping in the huge
libartd.so. Read the load base but unmap the elf right away.

Bug: 21372357
Change-Id: Ibd48986b00fd9979dfb6a09b8694f07a96e7d3c4
1 file changed