Re: Exporting inline functions

2023-09-25 Thread Paul Iannetta via Gcc
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

Exporting inline functions

2023-09-25 Thread Nima Hamidi via Gcc
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!