Home
last modified time | relevance | path

Searched refs:fn_count (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/llext/
Dllext.c315 int fn_count = ret / sizeof(elf_void_fn_t); in call_fn_table() local
316 elf_void_fn_t fn_table[fn_count]; in call_fn_table()
324 for (int i = 0; i < fn_count; i++) { in call_fn_table()