Home | History | Annotate | Download | only in llvm-objdump
      1 // RUN: llvm-objdump -p %p/Inputs/nop.exe.coff-i386 | \
      2 // RUN:   FileCheck -check-prefix=IMPORT %s
      3 
      4 IMPORT:      The Import Tables:
      5 IMPORT:        lookup 000021e4 time 00000000 fwd 00000000 name 0000234a addr 00002024
      6 IMPORT:          DLL Name: MSVCR110.dll
      7 IMPORT-NEXT:     Hint/Ord  Name
      8 IMPORT-NEXT:          767  _initterm_e
      9 IMPORT-NEXT:          766  _initterm
     10 IMPORT-NEXT:          437  __initenv
     11 IMPORT-NEXT:          660  _fmode
     12 IMPORT-NEXT:          571  _commode
     13 IMPORT-NEXT:          315  ?terminate@@YAXXZ
     14 IMPORT-NEXT:          424  __crtSetUnhandledExceptionFilter
     15 IMPORT-NEXT:          892  _lock
     16 IMPORT-NEXT:         1254  _unlock
     17 IMPORT-NEXT:          498  __setusermatherr
     18 IMPORT-NEXT:          428  __dllonexit
     19 IMPORT-NEXT:         1058  _onexit
     20 IMPORT-NEXT:          774  _invoke_watson
     21 IMPORT-NEXT:          575  _controlfp_s
     22 IMPORT-NEXT:          624  _except_handler4_common
     23 IMPORT-NEXT:          587  _crt_debugger_hook
     24 IMPORT-NEXT:          426  __crtUnhandledException
     25 IMPORT-NEXT:          425  __crtTerminateProcess
     26 IMPORT-NEXT:          572  _configthreadlocale
     27 IMPORT-NEXT:          556  _cexit
     28 IMPORT-NEXT:          633  _exit
     29 IMPORT-NEXT:         1484  exit
     30 IMPORT-NEXT:          496  __set_app_type
     31 IMPORT-NEXT:          436  __getmainargs
     32 IMPORT-NEXT:          533  _amsg_exit
     33 IMPORT-NEXT:          555  _calloc_crt
     34 IMPORT-NEXT:          367  _XcptFilter
     35 
     36 // RUN: llvm-objdump -p %p/Inputs/export.dll.coff-i386 | \
     37 // RUN:   FileCheck -check-prefix=EXPORT %s
     38 
     39 EXPORT:      Export Table:
     40 EXPORT-NEXT:  DLL name: export.test.tmp3.dll
     41 EXPORT-NEXT:  Ordinal base: 5
     42 EXPORT-NEXT:  Ordinal      RVA  Name
     43 EXPORT-NEXT:        5   0x2008
     44 EXPORT-NEXT:        6   0x2010  exportfn2
     45 
     46 // RUN: llvm-objdump -p %p/Inputs/nop.exe.coff-i386 | \
     47 // RUN:   FileCheck -check-prefix=LOADCFG %s
     48 
     49 LOADCFG:      Load configuration:
     50 LOADCFG-NEXT:   Timestamp: 0
     51 LOADCFG-NEXT:   Major Version: 0
     52 LOADCFG-NEXT:   Minor Version: 0
     53 LOADCFG-NEXT:   GlobalFlags Clear: 0
     54 LOADCFG-NEXT:   GlobalFlags Set: 0
     55 LOADCFG-NEXT:   Critical Section Default Timeout: 0
     56 LOADCFG-NEXT:   Decommit Free Block Threshold: 0
     57 LOADCFG-NEXT:   Decommit Total Free Threshold: 0
     58 LOADCFG-NEXT:   Lock Prefix Table: 0
     59 LOADCFG-NEXT:   Maximum Allocation Size: 0
     60 LOADCFG-NEXT:   Virtual Memory Threshold: 0
     61 LOADCFG-NEXT:   Process Affinity Mask: 0
     62 LOADCFG-NEXT:   Process Heap Flags: 0
     63 LOADCFG-NEXT:   CSD Version: 0
     64 LOADCFG-NEXT:   Security Cookie: 4206616
     65 LOADCFG-NEXT:   SEH Table: 4202768
     66 LOADCFG-NEXT:   SEH Count: 1
     67 LOADCFG:      SEH Table: 0x401689
     68