Nick Kledzik f373c77f50 [mach-o] Fix lazy binding offsets
The way lazy binding works in mach-o is that the linker generates a helper
function and has the stub (PLT) initially jump to it.  The helper function
pushes an extra parameter then jumps into dyld.  The extra parameter is an
offset into the lazy binding info where dyld will find the information about
which symbol to bind and way lazy binding pointer to update.

llvm-svn: 221654
2014-11-11 01:31:18 +00:00
..
2014-11-11 00:40:36 +00:00
2014-11-11 01:31:18 +00:00
2014-11-11 01:31:18 +00:00
2014-11-11 00:40:36 +00:00
2014-11-11 00:40:36 +00:00
2014-11-11 00:40:36 +00:00
2014-04-07 04:52:24 +00:00
2014-10-08 03:47:51 +00:00
2014-06-04 09:54:07 +00:00
2012-09-14 00:00:39 +00:00

LLVM Linker (lld)

This directory and its subdirectories contain source code for the LLVM Linker, a modular cross platform linker which is built as part of the LLVM compiler infrastructure project.

lld is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.