Lines Matching refs:IMPORTS
7 # RUN: llvm-readobj --coff-imports %t.exe | FileCheck %s -check-prefix IMPORTS
29 # IMPORTS: Import {
30 # IMPORTS: Name: library.dll
31 # IMPORTS: ImportLookupTableRVA: 0x2040
32 # IMPORTS: ImportAddressTableRVA: 0x2060
33 # IMPORTS: Symbol: function (2)
34 # IMPORTS: }
35 # IMPORTS: Import {
36 # IMPORTS: Name: library2.dll
37 # IMPORTS: ImportLookupTableRVA: 0x2050
38 # IMPORTS: ImportAddressTableRVA: 0x2070
39 # IMPORTS: Symbol: function2 (0)
40 # IMPORTS: }