diff options
author | Nick Kledzik <kledzik@apple.com> | 2014-09-16 01:41:51 +0000 |
---|---|---|
committer | Nick Kledzik <kledzik@apple.com> | 2014-09-16 01:41:51 +0000 |
commit | 56ebef45efe4807fba24d61f97eface88a6e2b46 (patch) | |
tree | a2d35290a0cef4b437a78b0ce1e060ba90f3af47 /llvm/test/tools/llvm-objdump/Inputs | |
parent | b01fe40c07747f8353584d3fb9a1e066565ae24c (diff) | |
download | bcm5719-llvm-56ebef45efe4807fba24d61f97eface88a6e2b46.tar.gz bcm5719-llvm-56ebef45efe4807fba24d61f97eface88a6e2b46.zip |
[llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind options
This finishes the ability of llvm-objdump to print out all information from
the LC_DYLD_INFO load command.
The -bind option prints out symbolic references that dyld must resolve
immediately.
The -lazy-bind option prints out symbolc reference that are lazily resolved on
first use.
The -weak-bind option prints out information about symbols which dyld must
try to coalesce across images.
llvm-svn: 217853
Diffstat (limited to 'llvm/test/tools/llvm-objdump/Inputs')
-rwxr-xr-x | llvm/test/tools/llvm-objdump/Inputs/bind.macho-x86_64 | bin | 0 -> 8776 bytes |
-rwxr-xr-x | llvm/test/tools/llvm-objdump/Inputs/lazy-bind.macho-x86_64 | bin | 0 -> 8592 bytes |
-rwxr-xr-x | llvm/test/tools/llvm-objdump/Inputs/weak-bind.macho-x86_64 | bin | 0 -> 8856 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-objdump/Inputs/bind.macho-x86_64 b/llvm/test/tools/llvm-objdump/Inputs/bind.macho-x86_64 Binary files differnew file mode 100755 index 00000000000..51a58a7342e --- /dev/null +++ b/llvm/test/tools/llvm-objdump/Inputs/bind.macho-x86_64 diff --git a/llvm/test/tools/llvm-objdump/Inputs/lazy-bind.macho-x86_64 b/llvm/test/tools/llvm-objdump/Inputs/lazy-bind.macho-x86_64 Binary files differnew file mode 100755 index 00000000000..02a4d1216f2 --- /dev/null +++ b/llvm/test/tools/llvm-objdump/Inputs/lazy-bind.macho-x86_64 diff --git a/llvm/test/tools/llvm-objdump/Inputs/weak-bind.macho-x86_64 b/llvm/test/tools/llvm-objdump/Inputs/weak-bind.macho-x86_64 Binary files differnew file mode 100755 index 00000000000..6534116f57c --- /dev/null +++ b/llvm/test/tools/llvm-objdump/Inputs/weak-bind.macho-x86_64 |