1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/test/tools/llvm-objdump/X86
Kevin Enderby b734829107 Update llvm-objdump’s Mach-O symbolizer code to print the name of symbol stubs.
So in fully linked images when a call is made through a stub it now gets a
comment like the following in the disassembly:

    callq	0x100000f6c             ## symbol stub for: _printf

indicating the call is to a symbol stub and which symbol it is for.  This is
done for branch reference types and seeing if the branch target is in a stub
section and if so using the indirect symbol table entry for that stub and
using that symbol table entries symbol name.

llvm-svn: 218546
2014-09-26 22:20:44 +00:00
..
Inputs Adds the next bit of support for llvm-objdump’s -private-headers for executable Mach-O files. 2014-09-04 16:54:47 +00:00
disassembly-show-raw.test
lit.local.cfg
macho-private-headers.test Removed the ctime printed “time stamp” from macho-private-headers.test to fix the builds. 2014-09-04 17:13:44 +00:00
macho-symbolized-disassembly.test Update llvm-objdump’s Mach-O symbolizer code to print the name of symbol stubs. 2014-09-26 22:20:44 +00:00
macho-symbolized-subtractor.test Hookup the MCSymbolizer to llvm-objdump’s disassembly for Mach-O files. 2014-09-16 18:00:57 +00:00
out-of-section-sym.test