Searched refs:ctor_test_fn (Results 1 – 1 of 1) sorted by relevance
43 TEE_Result (*ctor_test_fn)(void); in ta_entry_cxx_ctor_shlib_dl() local51 ctor_test_fn = (TEE_Result (*)(void))dlsym(handle, in ta_entry_cxx_ctor_shlib_dl()53 if (ctor_test_fn) in ta_entry_cxx_ctor_shlib_dl()54 res = ctor_test_fn(); in ta_entry_cxx_ctor_shlib_dl()