search for: 30c7e443

Displaying 2 results from an estimated 2 matches for "30c7e443".

Did you mean: 30c7423
2016 Dec 07
0
Offset too large on scattered relocations
...final product can be larger because resolved address are 32-bits and the linker inserts branch islands to let BL instructions branch further. -Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161206/30c7e443/attachment.html>
2016 Dec 07
2
Offset too large on scattered relocations
CCing Nick Kledzik as I posed this question on IRC and Tim Northover suggested you as a good resource for this. I came across an error due to a scattered relocation offset being larger than 2**24 and I was hoping to find more information on scattered relocations. These are MachO specific, and Ive not been able to find any documentation on them outside of source code. I have a couple of immediate