Function amdinfer::findFunc

Function Documentation

void *amdinfer::findFunc(const std::string &func, const std::string &so_path)

Find the named function in a *.so file.

Parameters
  • func – name of the symbol to find

  • so_path – path to the *.so file to search

Returns

void* pointer to the function