Displaying 4 results from an estimated 4 matches for "coff_image_rel_amd64_srel32".
2011 Feb 12
4
[LLVMdev] [patch] Dwarf Debug info support for COFF object files
...present a section relative label. (their was
already a type id specified so I provided a class modeled after DIELabel)
secrel-fixup.patch:
creats a new target specific fixup type (reloc_coff_secrel32) to represent
COFF Section Relative relocations and updats the COFF object writer to write
it as COFF_IMAGE_REL_AMD64_SREL32
secrel-streamer.patch
adds a new directive in the MCStreamer interface to allow the AsmPrinter
to emit a section relative label and provides implementations for all
existings Streamer (all but WinCOFF either forward or error on it)
secrel-dwarf.patch
updates dwarf printing code to make use of...
2011 Feb 24
0
[LLVMdev] [patch] Dwarf Debug info support for COFF object files
...on relative label. (their was already a type id specified so I provided a class modeled after DIELabel)
>
> secrel-fixup.patch:
> creats a new target specific fixup type (reloc_coff_secrel32) to represent COFF Section Relative relocations and updats the COFF object writer to write it as COFF_IMAGE_REL_AMD64_SREL32
>
> secrel-streamer.patch
> adds a new directive in the MCStreamer interface to allow the AsmPrinter to emit a section relative label and provides implementations for all existings Streamer (all but WinCOFF either forward or error on it)
>
> secrel-dwarf.patch
> updates dwar...
2011 Feb 24
2
[LLVMdev] [patch] Dwarf Debug info support for COFF object files
...label. (their was already a type id specified so I provided a class modeled after DIELabel)
>>
>> secrel-fixup.patch:
>> creats a new target specific fixup type (reloc_coff_secrel32) to represent COFF Section Relative relocations and updats the COFF object writer to write it as COFF_IMAGE_REL_AMD64_SREL32
>>
>> secrel-streamer.patch
>> adds a new directive in the MCStreamer interface to allow the AsmPrinter to emit a section relative label and provides implementations for all existings Streamer (all but WinCOFF either forward or error on it)
>>
>> secrel-dwarf.patch...
2011 Feb 24
0
[LLVMdev] [patch] Dwarf Debug info support for COFF object files
...eir was already a type id specified so I provided a class modeled after DIELabel)
>>>
>>> secrel-fixup.patch:
>>> creats a new target specific fixup type (reloc_coff_secrel32) to represent COFF Section Relative relocations and updats the COFF object writer to write it as COFF_IMAGE_REL_AMD64_SREL32
>>>
>>> secrel-streamer.patch
>>> adds a new directive in the MCStreamer interface to allow the AsmPrinter to emit a section relative label and provides implementations for all existings Streamer (all but WinCOFF either forward or error on it)
>>>
>>>...