Home
last modified time | relevance | path

Searched refs:SYMBOL_TO_FIND (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_a/testsuites/unittest/basic/dynload/smoke/
H A Ddynload_test_002.cpp36 #define SYMBOL_TO_FIND "printf" macro
62 func = reinterpret_cast<int (*)(int)>(dlsym(handle, SYMBOL_TO_FIND)); in Testcase()
72 func = reinterpret_cast<int (*)(int)>(dlsym(handle, SYMBOL_TO_FIND)); in Testcase()

Completed in 0 milliseconds