Displaying 3 results from an estimated 3 matches for "f44b4263".
2013 Aug 22
0
[LLVMdev] defining symbols with lld
On Thu, Aug 22, 2013 at 12:54 PM, Shankar Easwaran
<shankare at codeaurora.org>wrote:
> Hi Nick,
>
> I am planning to work on adding support for definining expressions for the
> Gnu flavor.
>
> Currently Gnu ld supports an option --defsym symbol=expression. The
> expression may be composed of other symbols.
> Any symbol that appears in the expression, gets its value
2013 Aug 22
2
[LLVMdev] defining symbols with lld
Hi Nick,
I am planning to work on adding support for definining expressions for
the Gnu flavor.
Currently Gnu ld supports an option --defsym symbol=expression. The
expression may be composed of other symbols.
Any symbol that appears in the expression, gets its value from the
output symbol value (address of the symbol in the output file).
In addition the symbol only gets defined if and only
2013 Aug 22
3
[LLVMdev] defining symbols with lld
...s will need some Kind the ELF Writer knows is not a relocation, but there for the expression evaluator to find the addresses of the symbols used.
-Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130822/f44b4263/attachment.html>