forked from OSchip/llvm-project
2b614e1163
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 |
||
---|---|---|
.. | ||
export.dll.coff-i386 | ||
nop.exe.coff-i386 | ||
out-of-section-sym.elf-i386 | ||
out-of-section-sym.s | ||
trivial.obj.elf-i386 | ||
win64-unwind.exe.coff-x86_64 | ||
win64-unwind.exe.coff-x86_64.asm |