Home
last modified time | relevance | path

Searched defs:ldr (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/subsys/llext/
Dllext.c82 static int llext_find_tables(struct llext_loader *ldr) in llext_find_tables()
156 static int llext_map_sections(struct llext_loader *ldr) in llext_map_sections()
239 static int llext_allocate_mem(struct llext_loader *ldr, struct llext *ext) in llext_allocate_mem()
264 static int llext_copy_sections(struct llext_loader *ldr, struct llext *ext) in llext_copy_sections()
289 static int llext_count_export_syms(struct llext_loader *ldr) in llext_count_export_syms()
344 static inline int llext_allocate_symtab(struct llext_loader *ldr, struct llext *ext) in llext_allocate_symtab()
356 static inline int llext_copy_symbols(struct llext_loader *ldr, struct llext *ext) in llext_copy_symbols()
412 static int llext_link(struct llext_loader *ldr, struct llext *ext) in llext_link()
563 static int do_llext_load(struct llext_loader *ldr, struct llext *ext) in do_llext_load()
664 int llext_load(struct llext_loader *ldr, const char *name, struct llext **ext) in llext_load()
Dshell.c114 struct llext_loader *ldr = &buf_loader.loader; in cmd_llext_load_hex() local