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 | 277 sizeof(coff_import_directory_table_entry) + in createImportDescriptor() 292 u32(sizeof(coff_import_directory_table_entry)), in createImportDescriptor() 295 sizeof(coff_import_directory_table_entry)), in createImportDescriptor() 306 sizeof(coff_import_directory_table_entry) + in createImportDescriptor() 318 const coff_import_directory_table_entry ImportDescriptor{ in createImportDescriptor() 324 {u32(offsetof(coff_import_directory_table_entry, NameRVA)), u32(2), in createImportDescriptor() 326 {u32(offsetof(coff_import_directory_table_entry, ImportLookupTableRVA)), in createImportDescriptor() 328 {u32(offsetof(coff_import_directory_table_entry, ImportAddressTableRVA)), in createImportDescriptor() 416 sizeof(coff_import_directory_table_entry)), in createNullImportDescriptor() 428 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() 1577 const coff_import_directory_table_entry *&Result) const { in getImportTableEntry()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | COFF.h | 564 struct coff_import_directory_table_entry { struct 896 const coff_import_directory_table_entry *ImportDirectory; 1234 ImportDirectoryEntryRef(const coff_import_directory_table_entry *Table, in ImportDirectoryEntryRef() 1255 getImportTableEntry(const coff_import_directory_table_entry *&Result) const; 1258 const coff_import_directory_table_entry *ImportTable;
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 518 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()
|