Displaying 4 results from an estimated 4 matches for "add_common_symbol".
2010 Jun 14
0
[LLVMdev] Win32 COFF Support
...int32_le(Section->Symbol->Aux.data() + 0, Section->Header.SizeOfRawData);
+ write_uint16_le(Section->Symbol->Aux.data() + 4, Section->Header.NumberOfRelocations);
+ write_uint16_le(Section->Symbol->Aux.data() + 6, Section->Header.PointerToLineNumbers);
...
+ void add_common_symbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment, bool External);
Please wrap to 80 columns.
+ for (coff::relocations::const_iterator k = (*i)->Relocations.begin();
+ k != (*i)->Relocations.end();
+...
2010 Jun 12
3
[LLVMdev] Win32 COFF Support
Here is a full patch including Nathan's COFF support, tests that pass
on Windows, and some changes to lit.
Obviously the COFF support and changes to lit should be separate
patches in the end.
http://codereview.appspot.com/1624043/show
- Michael Spencer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: COFF-support.patch
Type: application/octet-stream
Size:
2010 Jun 14
2
[LLVMdev] Win32 COFF Support
...) + 0, Section-
> >Header.SizeOfRawData);
> + write_uint16_le(Section->Symbol->Aux.data() + 4, Section-
> >Header.NumberOfRelocations);
> + write_uint16_le(Section->Symbol->Aux.data() + 6, Section-
> >Header.PointerToLineNumbers);
> ...
> + void add_common_symbol(MCSymbol *Symbol, uint64_t Size,
> unsigned ByteAlignment, bool External);
>
> Please wrap to 80 columns.
>
> + for (coff::relocations::const_iterator k = (*i)-
> >Relocations.begin();
> + k != (*i)-
> >Relocatio...
2010 Jun 14
0
[LLVMdev] Win32 COFF Support
...n->Header.SizeOfRawData);
>> + write_uint16_le(Section->Symbol->Aux.data() + 4,
>> Section->Header.NumberOfRelocations);
>> + write_uint16_le(Section->Symbol->Aux.data() + 6,
>> Section->Header.PointerToLineNumbers);
>> ...
>> + void add_common_symbol(MCSymbol *Symbol, uint64_t Size, unsigned
>> ByteAlignment, bool External);
>>
>> Please wrap to 80 columns.
>>
>> + for (coff::relocations::const_iterator k =
>> (*i)->Relocations.begin();
>> + k !=
&...