mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-26 14:15:53 +00:00
[Object/COFF] Add coff_aux_weak_external.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189541 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f1cd7983b1
commit
c08bd51181
@ -184,6 +184,12 @@ struct coff_relocation {
|
||||
support::ulittle16_t Type;
|
||||
};
|
||||
|
||||
struct coff_aux_weak_external {
|
||||
support::ulittle32_t TagIndex;
|
||||
support::ulittle32_t Characteristics;
|
||||
char Unused[10];
|
||||
};
|
||||
|
||||
struct coff_aux_section_definition {
|
||||
support::ulittle32_t Length;
|
||||
support::ulittle16_t NumberOfRelocations;
|
||||
|
Loading…
Reference in New Issue
Block a user