tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] TCC linker symbols for section start and end


From: grischka
Subject: Re: [Tinycc-devel] TCC linker symbols for section start and end
Date: Sat, 21 Feb 2009 20:04:15 +0100
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

Simon Lehmayr wrote:
Hello,

I again need your help:
How can I determine the start and end addresses of sections in my c program? I tried extern int mysection_start, _mysection_start and __mysection_start but it never linked.

Might be __start/stop_mysection.  See tccelf.c:tcc_add_linker_symbols()


Thank you very much in advance,
Simon






reply via email to

[Prev in Thread] Current Thread [Next in Thread]