llvm-6502/tools/llvm-objdump
Benjamin Kramer 0b8b771e9f Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additional information that are only available on MachO.
- It can take FunctionStarts from a binary to find entry points more accurately.
- Symbol offsets in executables are correct now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140028 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-19 17:56:04 +00:00
..
CMakeLists.txt Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additional information that are only available on MachO. 2011-09-19 17:56:04 +00:00
llvm-objdump.cpp Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additional information that are only available on MachO. 2011-09-19 17:56:04 +00:00
llvm-objdump.h Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additional information that are only available on MachO. 2011-09-19 17:56:04 +00:00
MachODump.cpp Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additional information that are only available on MachO. 2011-09-19 17:56:04 +00:00
Makefile
MCFunction.cpp Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additional information that are only available on MachO. 2011-09-19 17:56:04 +00:00
MCFunction.h Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additional information that are only available on MachO. 2011-09-19 17:56:04 +00:00