Searched refs:coff_import_directory_table_entry (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | COFFImportFile.cpp | 275 sizeof(coff_import_directory_table_entry) + in createImportDescriptor() 290 u32(sizeof(coff_import_directory_table_entry)), in createImportDescriptor() 293 sizeof(coff_import_directory_table_entry)), in createImportDescriptor() 304 sizeof(coff_import_directory_table_entry) + in createImportDescriptor() 316 const coff_import_directory_table_entry ImportDescriptor{ in createImportDescriptor() 322 {u32(offsetof(coff_import_directory_table_entry, NameRVA)), u32(2), in createImportDescriptor() 324 {u32(offsetof(coff_import_directory_table_entry, ImportLookupTableRVA)), in createImportDescriptor() 326 {u32(offsetof(coff_import_directory_table_entry, ImportAddressTableRVA)), in createImportDescriptor() 414 sizeof(coff_import_directory_table_entry)), in createNullImportDescriptor() 426 u32(sizeof(coff_import_directory_table_entry)), in createNullImportDescriptor() [all …]
|
H A D | COFFObjectFile.cpp | 597 const coff_import_directory_table_entry *>(IntPtr); in initImportTablePtr() 1435 const coff_import_directory_table_entry *&Result) const { in getImportTableEntry()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | COFF.h | 555 struct coff_import_directory_table_entry { struct 851 const coff_import_directory_table_entry *ImportDirectory; 1176 ImportDirectoryEntryRef(const coff_import_directory_table_entry *Table, in ImportDirectoryEntryRef() 1196 getImportTableEntry(const coff_import_directory_table_entry *&Result) const; 1199 const coff_import_directory_table_entry *ImportTable;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 500 const coff_import_directory_table_entry *Dir; in printImportTables()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | DLL.cpp | 119 auto *e = (coff_import_directory_table_entry *)(buf); in writeTo()
|