Lines Matching refs:llext
17 LOG_MODULE_DECLARE(llext, CONFIG_LLEXT_LOG_LEVEL);
35 __weak void arch_elf_relocate_local(struct llext_loader *ldr, struct llext *ext, in arch_elf_relocate_local()
41 __weak void arch_elf_relocate_global(struct llext_loader *ldr, struct llext *ext, in arch_elf_relocate_global()
78 static int llext_dependency_add(struct llext *ext, struct llext *dependency) in llext_dependency_add()
98 void llext_dependency_remove_all(struct llext *ext) in llext_dependency_remove_all()
114 struct llext *ext;
119 static int llext_find_extension_sym_iterate(struct llext *ext, void *arg) in llext_find_extension_sym_iterate()
133 static const void *llext_find_extension_sym(const char *sym_name, struct llext **ext) in llext_find_extension_sym()
145 static void llext_link_plt(struct llext_loader *ldr, struct llext *ext, elf_shdr_t *shdr, in llext_link_plt()
246 struct llext *dep; 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()
407 struct llext *dep; in llext_link()