Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/llext/
Dllext_priv.h22 int llext_copy_strings(struct llext_loader *ldr, struct llext *ext);
Dllext_mem.c146 int llext_copy_strings(struct llext_loader *ldr, struct llext *ext) in llext_copy_strings() function
Dllext_load.c674 ret = llext_copy_strings(ldr, ext); in do_llext_load()