Home
last modified time | relevance | path

Searched refs:llext_peek (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/llext/
Dloader.h125 static inline void *llext_peek(struct llext_loader *l, size_t pos) in llext_peek() function
/Zephyr-latest/subsys/llext/
Dllext.c35 const char *name = llext_peek(ldr, in llext_get_section_header()
61 shdr = llext_peek(ldr, pos); in llext_find_section()
67 const char *name = llext_peek(ldr, in llext_find_section()
Dllext_mem.c74 ext->mem[mem_idx] = llext_peek(ldr, ldr->sects[mem_idx].sh_offset); in llext_copy_section()
Dllext_load.c120 ext->sect_hdrs = (elf_shdr_t *)llext_peek(ldr, ldr->hdr.e_shoff); in llext_load_elf_data()
604 base = llext_peek(ldr, shdr->sh_offset); in llext_copy_symbols()
Dllext_link.c486 void *base = llext_peek(ldr, shdr->sh_offset); in llext_link()