Searched refs:test_entry_fn (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/subsys/llext/src/ |
D | test_llext.c | 135 void (*test_entry_fn)() = llext_find_sym(&ext->exp_tab, "test_entry"); in load_call_unload() local 137 zassert_not_null(test_entry_fn, "test_entry should be an exported symbol"); in load_call_unload() 169 ext, test_entry_fn, NULL, in load_call_unload() 193 ext, test_entry_fn, NULL, in load_call_unload() 227 llext_bootstrap(ext, test_entry_fn, NULL); in load_call_unload() 442 int (*test_entry_fn)() = llext_find_sym(&ext_dependent->exp_tab, "test_entry"); in ZTEST() local 444 zassert_not_null(test_entry_fn, "test_entry should be an exported symbol"); in ZTEST() 445 test_entry_fn(); in ZTEST() 464 const void *test_entry_fn; in ZTEST() local 473 test_entry_fn = llext_find_sym(&ext->exp_tab, "test_entry"); in ZTEST() [all …]
|