> Yes.
>
> If you give me example of the code, I will show how it is exactly
> translated to an object file.
__attribute__((visibility ("hidden"))) void f(void);
void g(void) { f(); }
Compile with "-Os -S test.c -fPIC -ffunction-sections"
Cheers,
Rafael