Handling core files > 4GB

In found a bug in ELFCore plugin when dealing with a large
corefile(>4GB) because of integer overflow. I believe the bug exists
in MachCore plugin also. Here is a fix which works for me. Change
addr_t to uint64_t if desired.

Index: source/Plugins/Process/mach-core/ProcessMachCore.h