mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-01 03:33:42 +00:00
Object/COFF: Define .idata import directory table entry.
This data type is described in the Microsoft PE/COFF spec rev. 8.3 5.4.1. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238214 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5a22e848da
commit
013041ad5c
@ -445,6 +445,14 @@ struct coff_aux_clr_token {
|
||||
support::ulittle32_t SymbolTableIndex;
|
||||
};
|
||||
|
||||
struct coff_import_directory_table_entry {
|
||||
support::ulittle32_t ImportLookupTableRVA;
|
||||
support::ulittle32_t TimeDateStamp;
|
||||
support::ulittle32_t ForwarderChain;
|
||||
support::ulittle32_t NameRVA;
|
||||
support::ulittle32_t ImportAddressTableRVA;
|
||||
};
|
||||
|
||||
struct coff_load_configuration32 {
|
||||
support::ulittle32_t Characteristics;
|
||||
support::ulittle32_t TimeDateStamp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user