OSDN Git Service

llvm-objdump/COFF: Print SEH table addresses.
authorRui Ueyama <ruiu@google.com>
Thu, 20 Feb 2014 06:51:07 +0000 (06:51 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 20 Feb 2014 06:51:07 +0000 (06:51 +0000)
commit6fac32b176b4205167075d11fcba93c68aac5e38
treeb4f257f0a8bc73c1bd328e5ba796851778521965
parentccb98645b6bb25c3216043d3817ce1b860d37a34
llvm-objdump/COFF: Print SEH table addresses.

SEH table addresses are VA in COFF file. In this patch we convert VA to RVA
before printing it, because dumpbin prints them as RVAs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201760 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/COFF.h
lib/Object/COFFObjectFile.cpp
test/tools/llvm-objdump/coff-private-headers.test
tools/llvm-objdump/COFFDump.cpp