tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] Redefine symbol with libtcc


From: Henry Luo
Subject: [Tinycc-devel] Redefine symbol with libtcc
Date: Fri, 18 May 2018 12:29:50 +0800
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

Hi all,

I'm currently using libtcc to build a JIT compiler.

I'd like to know if there's any convenient API to redefine a symbol?
That is when I got an updated version of a function, I need some way to update the symbol/location that is compiled into current libtcc code.

Or do I have to dig into the source code like tccelf.c, and extend from there?

I googled, but could not find any answer.

Thanks

Henry





reply via email to

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