llvm-project/lld/lib/ReaderWriter
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
..
ELF [ELF] Change order of section match. 2014-11-11 00:40:38 +00:00
MachO [mach-o] Fix lazy binding offsets 2014-11-11 01:31:18 +00:00
Native Sort include files according to convention. 2014-10-18 05:33:55 +00:00
PECOFF [PECOFF] Improve subsystem inference 2014-11-06 23:50:48 +00:00
YAML [mach-o] Add support for interposing tuples section 2014-11-06 01:09:13 +00:00
CMakeLists.txt Revert "Add support library." 2014-11-11 00:40:36 +00:00
CoreLinkingContext.cpp Sort include files according to convention. 2014-10-18 05:33:55 +00:00
FileArchive.cpp Fix FileArchive member MemoryBuffer early destruction 2014-11-07 20:52:38 +00:00
LinkerScript.cpp Revert "Add support library." 2014-11-11 00:40:36 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00
Reader.cpp [PECOFF] Support COMDAT associative sections. 2014-06-17 16:19:33 +00:00
Writer.cpp [lld][InputGraph] Change the Resolver to use inputGraph 2013-10-07 02:47:09 +00:00