[lld] r262019 - Description of symbols is avalable here:
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 26 10:14:19 PST 2016
I was thinking the same, too.
On Fri, Feb 26, 2016 at 10:09 AM, Rafael EspĂndola <
rafael.espindola at gmail.com> wrote:
> On 26 February 2016 at 11:12, Rui Ueyama via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
> > The Linux manual page of "end" says about the symbols as follows.
> >
> > etext This is the first address past the end of the text segment (the
> > program code).
> > edata This is the first address past the end of the initialized data
> > segment.
> >
> > Is your implementation correct? Your implementation seems like this.
> >
> > etext is the last address past the end of any writable segment
> > edata is the last address past the end of any initialized data segment
> >
>
> Maybe instead of walking the sections you can walk the PL_LOAD
> segments to get a more direct implementation?
>
> Cheers,
> Rafael
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160226/af622de6/attachment.html>
More information about the llvm-commits
mailing list