llvm-6502/include/llvm/Object
Rui Ueyama fb432acff8 llmv-objdump/COFF: Print export table contents.
This patch adds the capability to dump export table contents. An example
output is this:

  Export Table:
   Ordinal      RVA  Name
         5   0x2008  exportfn1
         6   0x2010  exportfn2

By adding this feature to llvm-objdump, we will be able to use it to check
export table contents in LLD's tests. Currently we are doing binary
comparison in the tests, which is fragile and not readable to humans.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199358 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-16 07:05:49 +00:00
..
Archive.h
Binary.h Return an ErrorOr<Binary *> from createBinary. 2014-01-15 19:37:43 +00:00
COFF.h llmv-objdump/COFF: Print export table contents. 2014-01-16 07:05:49 +00:00
COFFYAML.h
ELF.h
ELFObjectFile.h Use getError and remove the error_code operator. 2014-01-08 22:03:39 +00:00
ELFTypes.h
ELFYAML.h
Error.h
MachO.h move getSymbolNMTypeChar to the one program that needs it: nm. 2013-11-02 21:16:09 +00:00
MachOUniversal.h
ObjectFile.h move getSymbolNMTypeChar to the one program that needs it: nm. 2013-11-02 21:16:09 +00:00
RelocVisitor.h Re-sort all of the includes with ./utils/sort_includes.py so that 2014-01-07 11:48:04 +00:00
YAML.h