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

  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFImportFile.cpp 192 sizeof(coff_import_directory_table_entry) +
207 u32(sizeof(coff_import_directory_table_entry)),
210 sizeof(coff_import_directory_table_entry)),
221 sizeof(coff_import_directory_table_entry) +
233 const coff_import_directory_table_entry ImportDescriptor{
239 {u32(offsetof(coff_import_directory_table_entry, NameRVA)), u32(2),
241 {u32(offsetof(coff_import_directory_table_entry, ImportLookupTableRVA)),
243 {u32(offsetof(coff_import_directory_table_entry, ImportAddressTableRVA)),
331 sizeof(coff_import_directory_table_entry)),
343 u32(sizeof(coff_import_directory_table_entry)),
    [all...]
COFFObjectFile.cpp 564 const coff_import_directory_table_entry *>(IntPtr);
1334 const coff_import_directory_table_entry *&Result) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h 555 struct coff_import_directory_table_entry { struct in namespace:llvm::object
815 const coff_import_directory_table_entry *ImportDirectory;
1117 ImportDirectoryEntryRef(const coff_import_directory_table_entry *Table,
1137 getImportTableEntry(const coff_import_directory_table_entry *&Result) const;
1140 const coff_import_directory_table_entry *ImportTable;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
COFFDump.cpp 357 const coff_import_directory_table_entry *Dir;

Completed in 100 milliseconds