Hacker News new | ask | show | jobs
by mjevans 3410 days ago
You can't though. It's always possible to re-link the objects.
1 comments

You can if, for example, the function is static. Also there could be a link-time optimization pass. The linker can see all calls to that function, unless the function is exported.