hanchenye-llvm-project/lld/test
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
..
Driver Make -core/-flavor options have higher priority than linker name 2014-09-23 18:09:38 +00:00
LinkerScript [lld] Teach LLD how to parse most linker scripts 2014-11-03 04:09:51 +00:00
Unit [lit] Python 3. 2014-03-26 00:53:48 +00:00
core Preserve custom section names when coalescing. 2014-10-02 17:22:05 +00:00
darwin [mach-o] refactor KindHandler into ArchHandler and simplify passes. 2014-07-16 19:49:02 +00:00
elf [ELF] add missing test for max-page-size 2014-11-10 15:16:31 +00:00
mach-o [mach-o] Fix lazy binding offsets 2014-11-11 01:31:18 +00:00
pecoff [PECOFF] Improve subsystem inference 2014-11-06 23:50:48 +00:00
CMakeLists.txt Update compile target dependency. 2014-10-28 06:30:34 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00
lit.cfg Add FreeBSD to system-linker-elf case 2014-09-12 13:16:30 +00:00
lit.site.cfg.in [lit] Python 3. 2014-03-26 00:53:48 +00:00