I load a symbol from a shared library like this:
void *sym = dlsym(RTLD_DEFAULT, "printf");
That will tell me whether the symbol