Improve mach-o relocation information
When loading archives and objects with the internal linker, we occasionally see errors about relocation issues. These carry very little context (which symbol? from which object? what was the displacement? what was the location, ...)
This patch adds a bit more context to crashes to assist in debugging, providing much of the above information.
Edited by Moritz Angermann