Home
last modified time | relevance | path

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 DCOFFImportFile.cpp196 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 DCOFFObjectFile.cpp598 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 DCOFF.h555 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 DDLL.cpp112 auto *e = (coff_import_directory_table_entry *)(buf); in writeTo()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp489 const coff_import_directory_table_entry *Dir; in printImportTables()