Searched refs:llext_peek (Results 1 – 5 of 5) sorted by relevance
125 static inline void *llext_peek(struct llext_loader *l, size_t pos) in llext_peek() function
35 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()
74 ext->mem[mem_idx] = llext_peek(ldr, ldr->sects[mem_idx].sh_offset); in llext_copy_section()
120 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()
486 void *base = llext_peek(ldr, shdr->sh_offset); in llext_link()