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




_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to