Function TVMFFIEnvModRegisterSystemLibSymbol

Function TVMFFIEnvModRegisterSystemLibSymbol#

Function Documentation#

int TVMFFIEnvModRegisterSystemLibSymbol(const char *name, void *symbol)#

Register a symbol that will be initialized when a system library is loaded.

Parameters:
  • name – The name of the symbol.

  • symbol – The symbol to register.

Returns:

0 when success, nonzero when failure happens