llvm-project/llvm/test/tools/llvm-objdump/Inputs
Rui Ueyama 827c8a2b07 Object/COFF: Support large relocation table.
NumberOfRelocations field in COFF section table is only 16-bit wide. If an
object has more than 65535 relocations, the number of relocations is stored
to VirtualAddress field in the first relocation field, and a special flag
(IMAGE_SCN_LNK_NRELOC_OVFL) is set to Characteristics field.

In test we cheated a bit. I made up a test file so that it has
IMAGE_SCN_LNK_NRELOC_OVFL flag but the number of relocations is much smaller
than 65535. This is to avoid checking in a large test file just to test a
file with many relocations.

Differential Revision: http://llvm-reviews.chandlerc.com/D3139

llvm-svn: 204418
2014-03-21 00:44:19 +00:00
..
export.dll.coff-i386 llmv-objdump/COFF: Print export table contents. 2014-01-16 07:05:49 +00:00
many-relocs.obj-i386 Object/COFF: Support large relocation table. 2014-03-21 00:44:19 +00:00
nop.exe.coff-i386 llvm-objdump/COFF: Print load configuration table. 2014-02-19 03:53:11 +00:00
out-of-section-sym.elf-i386 llvm-objdump: Do not attempt to disassemble symbols outside of section 2014-02-24 22:12:11 +00:00
out-of-section-sym.s llvm-objdump: Do not attempt to disassemble symbols outside of section 2014-02-24 22:12:11 +00:00
trivial.obj.elf-i386 Re-submit r191472 with a fix for big endian. 2013-09-27 21:04:00 +00:00
win64-unwind.exe.coff-x86_64.asm Re-submit r191472 with a fix for big endian. 2013-09-27 21:04:00 +00:00
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