mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-29 07:39:27 +00:00
[Object/COFF] Add import_directory_table_entry.
Summary: Add import_directory_table_entry to use for .idata section. Reviewers: Bigcheese CC: llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D1059 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186379 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
87be8d353b
commit
20a91bfd36
@ -129,6 +129,14 @@ struct data_directory {
|
|||||||
support::ulittle32_t Size;
|
support::ulittle32_t Size;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
struct 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_symbol {
|
struct coff_symbol {
|
||||||
struct StringTableOffset {
|
struct StringTableOffset {
|
||||||
support::ulittle32_t Zeroes;
|
support::ulittle32_t Zeroes;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user