Searched refs:coff_import_directory_table_entry (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | COFFImportFile.cpp | 196 sizeof(coff_import_directory_table_entry) + in createImportDescriptor() 211 u32(sizeof(coff_import_directory_table_entry)), in createImportDescriptor() 214 sizeof(coff_import_directory_table_entry)), in createImportDescriptor() 225 sizeof(coff_import_directory_table_entry) + in createImportDescriptor() 237 const coff_import_directory_table_entry ImportDescriptor{ in createImportDescriptor() 243 {u32(offsetof(coff_import_directory_table_entry, NameRVA)), u32(2), in createImportDescriptor() 245 {u32(offsetof(coff_import_directory_table_entry, ImportLookupTableRVA)), in createImportDescriptor() 247 {u32(offsetof(coff_import_directory_table_entry, ImportAddressTableRVA)), in createImportDescriptor() 335 sizeof(coff_import_directory_table_entry)), in createNullImportDescriptor() 347 u32(sizeof(coff_import_directory_table_entry)), in createNullImportDescriptor() [all …]
|
| H A D | COFFObjectFile.cpp | 598 const coff_import_directory_table_entry *>(IntPtr); in initImportTablePtr() 1395 const coff_import_directory_table_entry *&Result) const { in getImportTableEntry()
|
| /llvm-project-15.0.7/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; 1119 ImportDirectoryEntryRef(const coff_import_directory_table_entry *Table, in ImportDirectoryEntryRef() 1139 getImportTableEntry(const coff_import_directory_table_entry *&Result) const; 1142 const coff_import_directory_table_entry *ImportTable;
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | DLL.cpp | 112 auto *e = (coff_import_directory_table_entry *)(buf); in writeTo()
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 489 const coff_import_directory_table_entry *Dir; in printImportTables()
|