1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/test/tools/llvm-objdump/Inputs
Nick Kledzik 269b17eed0 [llvm-objdump] support -rebase option for mach-o to dump rebasing info
Similar to my previous -exports-trie option, the -rebase option dumps info from
the LC_DYLD_INFO load command. The rebasing info is a list of the the locations
that dyld needs to adjust if a mach-o image is not loaded at its preferred 
address. Since ASLR is now the default, images almost never load at their
preferred address, and thus need to be rebased by dyld.

llvm-svn: 217709
2014-09-12 21:34:15 +00:00
..
compact-unwind.macho-i386 llvm-objdump: implement printing for MachO __compact_unwind info. 2014-08-01 13:07:19 +00:00
compact-unwind.macho-x86_64 llvm-objdump: implement printing for MachO __compact_unwind info. 2014-08-01 13:07:19 +00:00
export.dll.coff-i386
exports-trie.macho-x86_64 Object/llvm-objdump: allow dumping of mach-o exports trie 2014-08-30 00:20:14 +00:00
file-aux-record.yaml tools: address possible non-null terminated filenames 2014-04-14 02:37:23 +00:00
file.obj.coff-arm tools: teach objdump about FILE aux records 2014-04-13 03:11:08 +00:00
large-bss.obj.coff-i386 llvm-objdump: Handle BSS sections larger than the object file 2014-07-14 16:20:14 +00:00
many-relocs.obj-i386 Object/COFF: Support large relocation table. 2014-03-21 00:44:19 +00:00
nop.exe.coff-i386
out-of-section-sym.s llvm-objdump: Do not attempt to disassemble symbols outside of section 2014-02-24 22:12:11 +00:00
rebase.macho-x86_64 [llvm-objdump] support -rebase option for mach-o to dump rebasing info 2014-09-12 21:34:15 +00:00
unwind-info-no-relocs.macho-x86_64 llvm-objdump: don't crash when __compact_unwind has no relocs. 2014-09-09 10:45:06 +00:00
unwind-info.macho-arm64 llvm-objdump: print contents of MachO __unwind_info sections 2014-08-12 11:52:59 +00:00
unwind-info.macho-x86_64 llvm-objdump: print contents of MachO __unwind_info sections 2014-08-12 11:52:59 +00:00
win64-unwind.exe.coff-x86_64.asm
win64-unwind.exe.coff-x86_64.exe llvm-objdump: Print x64 unwind info in executable. 2014-03-04 04:00:55 +00:00
win64-unwind.exe.coff-x86_64.obj llvm-objdump: Print x64 unwind info in executable. 2014-03-04 04:00:55 +00:00