Displaying 3 results from an estimated 3 matches for "_relocationaddendreferences".
2014 Feb 26
2
[LLVMdev] [lld] Relocation reading refactoring
...bol);
};
On Wed, Feb 26, 2014 at 9:42 PM, Shankar Easwaran
<shankare at codeaurora.org> wrote:
> I was thinking of having a separate class that would return a vector of
> ELFReferences when you the reader looks at a section and symbol.
>
> The class would be constructed with
> _relocationAddendReferences/_relocationReferences.
>
> Each subtarget could make use of the functionality and create a different
> type of ELFReference on a need basis.
[...]
>> What do you mean by removing relocation reading from the
>> ELFObjectFile? I considered to customize the relocation reading fo...
2014 Feb 26
2
[LLVMdev] [lld] Relocation reading refactoring
Hi Shankar,
On Tue, Feb 12, 2013 at 10:46 PM, Shankar Easwaran
<shankare at codeaurora.org> wrote:
> Author: shankare
> Date: Tue Feb 12 12:46:53 2013
> New Revision: 174990
>
> URL: http://llvm.org/viewvc/llvm-project?rev=174990&view=rev
[...]
> ELFDefinedAtom<ELFT> *createDefinedAtomAndAssignRelocations(
> StringRef symbolName, StringRef
2014 Mar 06
2
[LLVMdev] [lld] Relocation reading refactoring
...t;> <shankare at codeaurora.org> wrote:
>>>
>>> I was thinking of having a separate class that would return a vector of
>>> ELFReferences when you the reader looks at a section and symbol.
>>>
>>> The class would be constructed with
>>> _relocationAddendReferences/_relocationReferences.
>>>
>>> Each subtarget could make use of the functionality and create a different
>>> type of ELFReference on a need basis.
>>
>> [...]
>>
>>>> What do you mean by removing relocation reading from the
>>>> E...