Hi,
On Mon, Sep 25, 2023 at 05:46:36PM -0500, Nima Hamidi via Gcc wrote:
> Is there any flag that I can pass to gcc to make it generate dynamic symbols
> for inline functions too? Let’s say I need to lookup an inline function via
> dlopen and call it. Is there an easy way to achieve this?
>
You
Hello all,
Is there any flag that I can pass to gcc to make it generate dynamic symbols
for inline functions too? Let’s say I need to lookup an inline function via
dlopen and call it. Is there an easy way to achieve this?
Thanks!