mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-24 12:29:33 +00:00
Object/COFF: Add coff_import_header.
This type is described in the PE/COFF spec section 7.1. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238275 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1c0b496636
commit
7306f3b6f5
@ -449,6 +449,17 @@ struct coff_aux_clr_token {
|
||||
support::ulittle32_t SymbolTableIndex;
|
||||
};
|
||||
|
||||
struct coff_import_header {
|
||||
support::ulittle16_t Sig1;
|
||||
support::ulittle16_t Sig2;
|
||||
support::ulittle16_t Version;
|
||||
support::ulittle16_t Machine;
|
||||
support::ulittle32_t TimeDateStamp;
|
||||
support::ulittle32_t SizeOfData;
|
||||
support::ulittle16_t OrdinalHint;
|
||||
support::ulittle16_t TypeInfo;
|
||||
};
|
||||
|
||||
struct coff_import_directory_table_entry {
|
||||
support::ulittle32_t ImportLookupTableRVA;
|
||||
support::ulittle32_t TimeDateStamp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user