Displaying 1 result from an estimated 1 matches for "writereloc".
Did you mean:
write_reloc
2010 Oct 21
2
[LLVMdev] Fwd: [llvm-commits] Proof of concept patch for unifying the .s/ELF emission of .ARM.attributes
...s there an MC equivalent of a
SubSection (which is-a Section so I can switch back and forth?)
Currently we only have stuff that go into the File subsection only,
but.. for futureproofing?
I pretty much duplicated style from MCELFObjectWriter.cpp, which does
muck with MCDataFragments -
(in function WriteRelocation() around line 910 of
MCELFObjectWriter.cpp ) I could not find an easier solution.
The code currently closely tracks the layout required in the section,
and its very simple, which itself was a win.
-jason
>
>> Thanks!
>>
>> -jason
>>
>
> Cheers,
> Rafael
&...