This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2ea8daaee1bcd639ea1663eb94954e348c535dea
clang-p2996
/
lldb
/
source
/
Plugins
/
ObjectFile
/
Mach-O
History
Greg Clayton
b887da1db3
Make sure we calculate resolver symbol addresses correctly for ARM. The trie entries have bit 0 set for Thumb functions and we need to remove that so we can correctly determine which symbols are resolvers.
...
<rdar://problem/21396553> llvm-svn: 242435
2015-07-16 19:50:57 +00:00
..
CMakeLists.txt
Convert to UNIX line endings.
2013-09-25 10:37:32 +00:00
Makefile
…
ObjectFileMachO.cpp
Make sure we calculate resolver symbol addresses correctly for ARM. The trie entries have bit 0 set for Thumb functions and we need to remove that so we can correctly determine which symbols are resolvers.
2015-07-16 19:50:57 +00:00
ObjectFileMachO.h
If we have a MachO file loaded from memory, make sure we can always get the symbol table even if we don't have the __LINKEDIT load address set in the target.
2015-06-08 21:53:11 +00:00