summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
diff options
context:
space:
mode:
authorNick Kledzik <kledzik@apple.com>2014-11-11 01:31:18 +0000
committerNick Kledzik <kledzik@apple.com>2014-11-11 01:31:18 +0000
commitf373c77f50451ff585b507cce05705632553d13a (patch)
treefb6cedffaeed828aae6c4b445d7c849823f78d7e /clang/lib/Serialization/ASTWriter.cpp
parenta041610f11e9be018e125a5789e3ea258659dab4 (diff)
downloadbcm5719-llvm-f373c77f50451ff585b507cce05705632553d13a.tar.gz
bcm5719-llvm-f373c77f50451ff585b507cce05705632553d13a.zip
[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
Diffstat (limited to 'clang/lib/Serialization/ASTWriter.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud