Home
last modified time | relevance | path

Searched refs:elf_shdr_t (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/llext/
Dloader.h84 elf_shdr_t sects[LLEXT_MEM_COUNT];
85 elf_shdr_t *sect_hdrs;
Delf.h504 typedef struct elf64_shdr elf_shdr_t; typedef
531 typedef struct elf32_shdr elf_shdr_t; typedef
/Zephyr-Core-3.7.0/subsys/llext/
Dllext_load.c89 if (ldr->hdr.e_shentsize != sizeof(elf_shdr_t)) { in llext_load_elf_data()
108 ldr->sect_hdrs = (elf_shdr_t *) llext_peek(ldr, ldr->hdr.e_shoff); in llext_load_elf_data()
148 elf_shdr_t *shdr = ldr->sect_hdrs + i; in llext_find_tables()
207 elf_shdr_t *shdr = ldr->sect_hdrs + i; in llext_map_sections()
247 elf_shdr_t *region = ldr->sects + mem_idx; in llext_map_sections()
307 elf_shdr_t *x = ldr->sects + i; in llext_map_sections()
308 elf_shdr_t *y = ldr->sects + j; in llext_map_sections()
359 elf_shdr_t *shdr = ldr->sect_hdrs + i; in llext_map_sections()
437 elf_shdr_t *shdr = ldr->sects + LLEXT_MEM_EXPORT; in llext_export_symbols()
506 elf_shdr_t *shdr = ldr->sect_hdrs + shndx; in llext_copy_symbols()
Dllext_link.c56 elf_shdr_t *shdr, bool do_local, elf_shdr_t *tgt) in llext_link_plt()
69 const elf_shdr_t *sym_shdr = ldr->sects + LLEXT_MEM_SYMTAB; in llext_link_plt()
180 elf_shdr_t *shdr = ldr->sect_hdrs + i; in llext_link()
229 elf_shdr_t *tgt; in llext_link()
Dllext.c32 elf_shdr_t *shdr; in llext_find_section()
/Zephyr-Core-3.7.0/arch/xtensa/core/
Delf.c38 elf_shdr_t *shdr = llext_peek(ldr, ldr->hdr.e_shoff + in arch_elf_relocate_local()