Function qnn_wrapper_api::dlSym

Function Documentation

void *qnn_wrapper_api::dlSym(void *handle, const char *symbol)

obtain address of a symbol in a shared object or executable @handle a handle of a dynamic loaded shared object returned by dlopen @symbol a null-terminated symbol name

Returns

On success, return the address associated with symbol On error, NULL