mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-23 00:20:25 +00:00
[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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217853 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
BIN
test/tools/llvm-objdump/Inputs/bind.macho-x86_64
Executable file
BIN
test/tools/llvm-objdump/Inputs/bind.macho-x86_64
Executable file
Binary file not shown.
BIN
test/tools/llvm-objdump/Inputs/lazy-bind.macho-x86_64
Executable file
BIN
test/tools/llvm-objdump/Inputs/lazy-bind.macho-x86_64
Executable file
Binary file not shown.
BIN
test/tools/llvm-objdump/Inputs/weak-bind.macho-x86_64
Executable file
BIN
test/tools/llvm-objdump/Inputs/weak-bind.macho-x86_64
Executable file
Binary file not shown.
Reference in New Issue
Block a user