Home
last modified time | relevance | path

Searched defs:shdr (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/llext/
Dllext_load.c160 elf_shdr_t *shdr = ext->sect_hdrs + i; in llext_find_tables() local
220 elf_shdr_t *shdr = ext->sect_hdrs + i; in llext_map_sections() local
441 elf_shdr_t *shdr = ext->sect_hdrs + i; in llext_map_sections() local
519 elf_shdr_t *shdr = ldr->sects + LLEXT_MEM_EXPORT; in llext_export_symbols() local
588 elf_shdr_t *shdr = ext->sect_hdrs + shndx; in llext_copy_symbols() local
Dllext_link.c145 static void llext_link_plt(struct llext_loader *ldr, struct llext *ext, elf_shdr_t *shdr, in llext_link_plt()
282 elf_shdr_t *shdr = ext->sect_hdrs + i; in llext_link() local
483 elf_shdr_t *shdr = ext->sect_hdrs + i; in llext_link() local
Dllext.c27 elf_shdr_t *shdr) in llext_get_section_header()
54 elf_shdr_t *shdr; in llext_find_section() local
/Zephyr-latest/arch/xtensa/core/
Delf.c139 elf_shdr_t *shdr = ext->sect_hdrs + sym->st_shndx; in arch_elf_relocate_local() local
/Zephyr-latest/tests/subsys/llext/src/
Dtest_llext.c413 elf_shdr_t shdr; in ZTEST() local
450 static bool test_section_detached(const elf_shdr_t *shdr) in test_section_detached()
/Zephyr-latest/subsys/stats/
Dstats.c259 stats_init_and_reg(struct stats_hdr *shdr, uint8_t size, uint16_t cnt, in stats_init_and_reg()