Searched refs:TEST_FUNC (Results 1 - 3 of 3) sorted by relevance
/third_party/musl/libc-test/src/functionalext/ldso_randomization/ |
H A D | ldso_randomization_test.c | 34 typedef void (*TEST_FUNC)(void); typedef 75 TEST_FUNC test = (TEST_FUNC)dlsym(handle, "test_f"); in dlopen_randomization_0200() 135 TEST_FUNC test; in dlopen_randomization_0600() 148 test = (TEST_FUNC)dlsym(handle, "test"); in dlopen_randomization_0600() 194 TEST_FUNC test = (TEST_FUNC)dlsym(handle, "test_f"); in dlopen_ext_randomization_0200() 256 TEST_FUNC test; in dlopen_ext_randomization_0600() 270 test = (TEST_FUNC)dlsym(handle, "test"); in dlopen_ext_randomization_0600() 304 TEST_FUNC tes in dlopen_ext_randomization_0800() [all...] |
H A D | ldso_randomization_manual.c | 29 typedef void (*TEST_FUNC)(void); typedef 325 TEST_FUNC test_cases[] = { 338 size_t case_counts = sizeof test_cases / sizeof(TEST_FUNC); in main()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 17418 ** TEST_FUNC(zName, nArg, iFuncId, mFlags) 17481 #define TEST_FUNC(zName, nArg, iArg, mFlags) \ macro [all...] |
Completed in 146 milliseconds