Home
last modified time | relevance | path

Searched refs:coff_import_directory_table_entry (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFImportFile.cpp193 sizeof(coff_import_directory_table_entry) + in createImportDescriptor()
208 u32(sizeof(coff_import_directory_table_entry)), in createImportDescriptor()
211 sizeof(coff_import_directory_table_entry)), in createImportDescriptor()
222 sizeof(coff_import_directory_table_entry) + in createImportDescriptor()
234 const coff_import_directory_table_entry ImportDescriptor{ in createImportDescriptor()
240 {u32(offsetof(coff_import_directory_table_entry, NameRVA)), u32(2), in createImportDescriptor()
242 {u32(offsetof(coff_import_directory_table_entry, ImportLookupTableRVA)), in createImportDescriptor()
244 {u32(offsetof(coff_import_directory_table_entry, ImportAddressTableRVA)), in createImportDescriptor()
332 sizeof(coff_import_directory_table_entry)), in createNullImportDescriptor()
344 u32(sizeof(coff_import_directory_table_entry)), in createNullImportDescriptor()
[all …]
DCOFFObjectFile.cpp560 const coff_import_directory_table_entry *>(IntPtr); in initImportTablePtr()
1297 const coff_import_directory_table_entry *&Result) const { in getImportTableEntry()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h553 struct coff_import_directory_table_entry { struct
775 const coff_import_directory_table_entry *ImportDirectory;
1069 ImportDirectoryEntryRef(const coff_import_directory_table_entry *Table, in ImportDirectoryEntryRef()
1089 getImportTableEntry(const coff_import_directory_table_entry *&Result) const;
1092 const coff_import_directory_table_entry *ImportTable;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DCOFFDump.cpp351 const coff_import_directory_table_entry *Dir; in printImportTables()
/external/llvm/include/llvm/Object/
DCOFF.h531 struct coff_import_directory_table_entry { struct