Searched refs:test_entry_fn (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/subsys/llext/src/ |
D | test_llext.c | 134 void (*test_entry_fn)() = llext_find_sym(&ext->exp_tab, "test_entry"); in load_call_unload() local 136 zassert_not_null(test_entry_fn, "test_entry should be an exported symbol"); in load_call_unload() 168 ext, test_entry_fn, NULL, in load_call_unload() 192 ext, test_entry_fn, NULL, in load_call_unload() 226 llext_bootstrap(ext, test_entry_fn, NULL); in load_call_unload() 355 int (*test_entry_fn)() = llext_find_sym(&ext_dependent->exp_tab, "test_entry"); in ZTEST() local 357 zassert_not_null(test_entry_fn, "test_entry should be an exported symbol"); in ZTEST() 358 test_entry_fn(); in ZTEST() 377 const void *test_entry_fn; in ZTEST() local 386 test_entry_fn = llext_find_sym(&ext->exp_tab, "test_entry"); in ZTEST() [all …]
|