llvm-6502/test/Object/Inputs
Kevin Enderby 54154f3bf1 Teach llvm-objdump with the -macho parser how to use the data in code table
from the LC_DATA_IN_CODE load command.  And when disassembling print
the data in code formatted for the kind of data it and not disassemble those
bytes.

I added the format specific functionality to the derived class MachOObjectFile
since these tables only appears in Mach-O object files. This is my first
attempt to modify the libObject stuff so if folks have better suggestions
how to fit this in or suggestions on the implementation please let me know.

rdar://11791371


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183424 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-06 17:20:50 +00:00
..
COFF Print symbol names in relocations when dumping COFF as YAML. 2013-06-06 13:06:17 +00:00
archive-test.a-coff-i386
coff_archive_short.lib [Object/COFF] Fix Windows .lib name handling. 2013-06-03 00:27:03 +00:00
coff_archive.lib [Object/COFF] Fix Windows .lib name handling. 2013-06-03 00:27:03 +00:00
dext-test.elf-mips64r2 Moved input for objdump test from Mips to Inputs. 2012-08-29 00:10:48 +00:00
elf-reloc-no-sym.x86_64 Handle relocations that don't point to symbols. 2013-06-05 01:33:53 +00:00
elf-versioning-test.i386 Support reading GNU symbol versions in ELFObjectFile 2012-03-09 20:59:52 +00:00
elf-versioning-test.x86_64 Support reading GNU symbol versions in ELFObjectFile 2012-03-09 20:59:52 +00:00
elfver.S Support reading GNU symbol versions in ELFObjectFile 2012-03-09 20:59:52 +00:00
elfver.script Support reading GNU symbol versions in ELFObjectFile 2012-03-09 20:59:52 +00:00
hello-world.elf-x86-64 Clarify getRelocationAddress x getRelocationOffset a bit. 2013-04-25 12:28:45 +00:00
liblong_filenames.a Adding changes to support GNU style archive library reading 2012-11-13 18:38:42 +00:00
libsimple_archive.a Adding changes to support GNU style archive library reading 2012-11-13 18:38:42 +00:00
macho-data-in-code.macho-thumbv7 Teach llvm-objdump with the -macho parser how to use the data in code table 2013-06-06 17:20:50 +00:00
macho-text-sections.macho-x86_64 Teach MachO which sections contain code 2012-12-17 17:59:32 +00:00
macho-text.thumb Don't read one command past the end. 2013-04-19 11:36:47 +00:00
program-headers.elf-i386 [objdump] Add --private-headers, -p. 2013-01-06 03:56:49 +00:00
program-headers.elf-x86-64 [Object][ELF] Fix incorrect size of members for the 64 version of Elf_Phdr_Impl. 2013-01-06 03:57:11 +00:00
relocations.elf-x86-64 Add missing file for test. 2012-09-05 23:52:20 +00:00
shared-object-test.elf-i386 [Object] 2012-03-01 01:36:50 +00:00
shared-object-test.elf-x86-64 [Object] 2012-03-01 01:36:50 +00:00
shared.ll [Object] 2012-03-01 01:36:50 +00:00
trivial-object-test.coff-i386 Add yaml2obj. A utility to convert YAML to binaries. 2012-08-02 19:16:56 +00:00
trivial-object-test.coff-x86-64
trivial-object-test.elf-hexagon Add relocation types for Hexagon processor; patch by Sidney Manning <sidneym@codeaurora.org> 2012-06-23 14:46:18 +00:00
trivial-object-test.elf-i386
trivial-object-test.elf-mips64el Implement the "mips endian" for r_info. 2013-04-03 21:02:51 +00:00
trivial-object-test.elf-x86-64
trivial-object-test.macho-i386
trivial-object-test.macho-x86-64
trivial.ll