mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-12 15:51:35 +00:00
[Object/COFF] Add coff_aux_weak_external.
llvm-svn: 189541
This commit is contained in:
parent
2fd78a4651
commit
9a90d7b011
@ -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…
x
Reference in New Issue
Block a user