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.h19 const struct llext_load_param *ldr_parm);
21 const struct llext_load_param *ldr_parm);
51 const struct llext_load_param *ldr_parm);
58 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_region()
187 const struct llext_load_param *ldr_parm) in llext_copy_strings()
199 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()
232 const struct llext_load_param *ldr_parm, elf_shdr_t *tgt) in llext_link_plt()
366 int llext_link(struct llext_loader *ldr, struct llext *ext, const struct llext_load_param *ldr_parm) in llext_link()
Dllext_load.c231 const struct llext_load_param *ldr_parm) in llext_map_sections()
576 const struct llext_load_param *ldr_parm) in llext_export_symbols()
631 const struct llext_load_param *ldr_parm) in llext_copy_symbols()
713 const struct llext_load_param *ldr_parm) in do_llext_load()
715 const struct llext_load_param default_ldr_parm = LLEXT_LOAD_PARAM_DEFAULT; in do_llext_load()
Dllext.c168 const struct llext_load_param *ldr_parm) in llext_load()
/Zephyr-latest/include/zephyr/llext/
Dllext.h147 struct llext_load_param { struct
218 const struct llext_load_param *ldr_parm);
412 const struct llext_load_param *ldr_parm);
/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/subsys/llext/src/
Dtest_llext.c128 struct llext_load_param ldr_parm = LLEXT_LOAD_PARAM_DEFAULT; in load_call_unload()
370 struct llext_load_param ldr_parm = LLEXT_LOAD_PARAM_DEFAULT; in ZTEST()
432 const struct llext_load_param ldr_parm = LLEXT_LOAD_PARAM_DEFAULT; in ZTEST()
462 struct llext_load_param ldr_parm = LLEXT_LOAD_PARAM_DEFAULT; in ZTEST()
498 struct llext_load_param ldr_parm = LLEXT_LOAD_PARAM_DEFAULT; in ZTEST()
553 struct llext_load_param ldr_parm = LLEXT_LOAD_PARAM_DEFAULT; in ZTEST()
622 struct llext_load_param ldr_parm = LLEXT_LOAD_PARAM_DEFAULT; in ZTEST()
/Zephyr-latest/arch/xtensa/core/
Delf.c38 const struct llext_load_param *ldr_parm) in xtensa_elf_relocate()
138 const struct llext_load_param *ldr_parm) in arch_elf_relocate_local()
/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/samples/subsys/llext/edk/app/src/
Dmain.c76 struct llext_load_param ldr_parm = LLEXT_LOAD_PARAM_DEFAULT; in load()