1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/test/tools/llvm-objdump/Inputs
Simon Atanasyan c64526dc28 llvm-objdump: Do not attempt to disassemble symbols outside of section
boundaries.

It is possible to create an ELF executable where symbol from say .text
section 'points' to the address outside the section boundaries. It does
not have a sense to disassemble something outside the section.

Without this fix llvm-objdump prints finite or infinite (depends on
the executable file architecture) number of 'invalid instruction
encoding' warnings.

llvm-svn: 202083
2014-02-24 22:12:11 +00:00
..
export.dll.coff-i386 llmv-objdump/COFF: Print export table contents. 2014-01-16 07:05:49 +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 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