Searched refs:coff_import_directory_table_entry (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | COFFImportFile.cpp | 192 sizeof(coff_import_directory_table_entry) + in createImportDescriptor() 207 u32(sizeof(coff_import_directory_table_entry)), in createImportDescriptor() 210 sizeof(coff_import_directory_table_entry)), in createImportDescriptor() 221 sizeof(coff_import_directory_table_entry) + in createImportDescriptor() 233 const coff_import_directory_table_entry ImportDescriptor{ in createImportDescriptor() 239 {u32(offsetof(coff_import_directory_table_entry, NameRVA)), u32(2), in createImportDescriptor() 241 {u32(offsetof(coff_import_directory_table_entry, ImportLookupTableRVA)), in createImportDescriptor() 243 {u32(offsetof(coff_import_directory_table_entry, ImportAddressTableRVA)), in createImportDescriptor() 331 sizeof(coff_import_directory_table_entry)), in createNullImportDescriptor() 343 u32(sizeof(coff_import_directory_table_entry)), in createNullImportDescriptor() [all …]
|
H A D | COFFObjectFile.cpp | 564 const coff_import_directory_table_entry *>(IntPtr); in initImportTablePtr() 1334 const coff_import_directory_table_entry *&Result) const { in getImportTableEntry()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | COFF.h | 555 struct coff_import_directory_table_entry { struct 815 const coff_import_directory_table_entry *ImportDirectory; 1117 ImportDirectoryEntryRef(const coff_import_directory_table_entry *Table, in ImportDirectoryEntryRef() 1137 getImportTableEntry(const coff_import_directory_table_entry *&Result) const; 1140 const coff_import_directory_table_entry *ImportTable;
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 357 const coff_import_directory_table_entry *Dir; in printImportTables()
|