Searched refs:app_function (Results 1 – 2 of 2) sorted by relevance
77 auto app_function = reinterpret_cast<void(*)()>(dlsym(app_lib, "app_function")); in main() local78 if (app_function == nullptr) { in main()83 app_function(); in main()
34 extern "C" void app_function() { in app_function() function