HomeSort by: relevance | last modified time | path
    Searched refs:ImportLookupTableRVA (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
COFF.h 473 uint32_t ImportLookupTableRVA;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp 1394 return importedSymbolBegin(ImportTable[Index].ImportLookupTableRVA,
1399 return importedSymbolEnd(ImportTable[Index].ImportLookupTableRVA,
1418 Result = ImportTable[Index].ImportLookupTableRVA;
COFFImportFile.cpp 241 {u32(offsetof(coff_import_directory_table_entry, ImportLookupTableRVA)),
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
COFFDump.cpp 363 static_cast<uint32_t>(Dir->ImportLookupTableRVA),
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h 556 support::ulittle32_t ImportLookupTableRVA;
563 return ImportLookupTableRVA == 0 && TimeDateStamp == 0 &&

Completed in 29 milliseconds