commit | c514a8041fa9e3f73963efe20369d76f5f490ec4 | [log] [tgz] |
---|---|---|
author | Rui Ueyama <ruiu@google.com> | Wed Feb 19 03:53:11 2014 +0000 |
committer | Rui Ueyama <ruiu@google.com> | Wed Feb 19 03:53:11 2014 +0000 |
tree | 5c6fb51b53bb8c653f7f8ee549cd388583b29a87 | |
parent | 9c37cbdb86f82d3110786c9d08634de217f85f2d [diff] |
llvm-objdump/COFF: Print load configuration table. Load Configuration Table may contain a pointer to SEH table. This patch is to print the offset to the table. Printing SEH table contents is a TODO. The layout of Layout Configuration Table is described in Microsoft PE/COFF Object File Format Spec, but the table's offset/size descriptions seems to be totally wrong, at least in revision 8.3 of the spec. I believe the table in this patch is the correct one. llvm-svn: 201638