Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/llext/
Dllext_priv.h24 const struct llext_load_param *ldr_parm);
54 const struct llext_load_param *ldr_parm);
67 const struct llext_load_param *ldr_parm);
Dllext_mem.c62 enum llext_mem mem_idx, const struct llext_load_param *ldr_parm) in llext_copy_section()
158 const struct llext_load_param *ldr_parm) in llext_copy_regions()
Dshell.c151 struct llext_load_param ldr_parm = LLEXT_LOAD_PARAM_DEFAULT; in cmd_llext_load_hex()
212 struct llext_load_param ldr_parm = LLEXT_LOAD_PARAM_DEFAULT; in cmd_llext_load_fs()
Dllext_link.c37 const struct llext_load_param *ldr_parm) in arch_elf_relocate_local()
146 const struct llext_load_param *ldr_parm, elf_shdr_t *tgt) in llext_link_plt()
272 int llext_link(struct llext_loader *ldr, struct llext *ext, const struct llext_load_param *ldr_parm) in llext_link()
Dllext_load.c214 const struct llext_load_param *ldr_parm) in llext_map_sections()
548 const struct llext_load_param *ldr_parm) in llext_copy_symbols()
630 const struct llext_load_param *ldr_parm) in do_llext_load()
632 const struct llext_load_param default_ldr_parm = LLEXT_LOAD_PARAM_DEFAULT; in do_llext_load()
Dllext.c164 const struct llext_load_param *ldr_parm) in llext_load()
/Zephyr-latest/include/zephyr/llext/
Dllext.h146 struct llext_load_param { struct
205 const struct llext_load_param *ldr_parm);
385 const struct llext_load_param *ldr_parm);
/Zephyr-latest/tests/subsys/llext/src/
Dtest_llext.c127 struct llext_load_param ldr_parm = LLEXT_LOAD_PARAM_DEFAULT; in load_call_unload()
345 const struct llext_load_param ldr_parm = LLEXT_LOAD_PARAM_DEFAULT; in ZTEST()
375 struct llext_load_param ldr_parm = LLEXT_LOAD_PARAM_DEFAULT; in ZTEST()
411 struct llext_load_param ldr_parm = LLEXT_LOAD_PARAM_DEFAULT; in ZTEST()
466 struct llext_load_param ldr_parm = LLEXT_LOAD_PARAM_DEFAULT; in ZTEST()
535 struct llext_load_param ldr_parm = LLEXT_LOAD_PARAM_DEFAULT; in ZTEST()
/Zephyr-latest/samples/subsys/llext/modules/src/
Dmain_module.c26 struct llext_load_param ldr_parm = LLEXT_LOAD_PARAM_DEFAULT; in main()
/Zephyr-latest/tests/misc/llext-edk/src/
Dmain.c58 struct llext_load_param ldr_parm = LLEXT_LOAD_PARAM_DEFAULT; in load_and_run_extension()
/Zephyr-latest/arch/xtensa/core/
Delf.c133 const struct llext_load_param *ldr_parm) in arch_elf_relocate_local()
/Zephyr-latest/samples/subsys/llext/edk/app/src/
Dmain.c76 struct llext_load_param ldr_parm = LLEXT_LOAD_PARAM_DEFAULT; in load()