- Implement rebase opcodes. Rebase opcodes tell dyld where absolute addresses have been encoded in the binary. If the binary is not loaded at its preferred address, dyld has to rebase these addresses by adding an offset to them.
- Support -pie and use it to test rebase opcodes.
This is necessary for absolute address references in dylibs, bundles etc
to work.
This didn't remove HelpHidden from pie, so we still warn that this is unimplemented.
Also, this should be on by default when targeting macOS 10.7+.