Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/llext/
Dllext.c313 typedef void (*elf_void_fn_t)(void); in call_fn_table() typedef
315 int fn_count = ret / sizeof(elf_void_fn_t); in call_fn_table()
316 elf_void_fn_t fn_table[fn_count]; in call_fn_table()