Home
last modified time | relevance | path

Searched refs:sh_info (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/include/zephyr/llext/
Dinspect.h64 *addr = (void *)((uintptr_t)ext->mem[region] + ldr->sects[region].sh_info); in llext_get_region_info()
67 *size = ext->mem_size[region] - ldr->sects[region].sh_info; in llext_get_region_info()
133 *offset = ldr->sect_map[shndx].offset - ldr->sects[mem_idx].sh_info; in llext_get_section_info()
Delf.h167 elf32_word sh_info; member
193 elf64_word sh_info; member
/Zephyr-latest/subsys/llext/
Dllext_link.c402 if (shdr->sh_info >= ext->sect_cnt || in llext_link()
406 (size_t)shdr->sh_info, in llext_link()
434 tgt = ext->sect_hdrs + shdr->sh_info; in llext_link()
441 if (!(ext->sect_hdrs[shdr->sh_info].sh_flags & SHF_ALLOC)) { in llext_link()
447 name, i, shdr->sh_info, (size_t)rel_cnt); in llext_link()
449 enum llext_mem mem_idx = ldr->sect_map[shdr->sh_info].mem_idx; in llext_link()
452 LOG_ERR("Section %d not loaded in any memory region", shdr->sh_info); in llext_link()
456 sect_base = (uintptr_t) llext_loaded_sect_ptr(ldr, ext, shdr->sh_info); in llext_link()
475 shdr->sh_info, in llext_link()
Dllext_load.c176 shdr->sh_info); in llext_find_tables()
214 #define REGION_BOT(reg, field) (size_t)(reg->field + reg->sh_info)
425 region->sh_info = prepad; in llext_map_sections()
Dllext_mem.c156 size_t prepad = region->sh_info; in llext_copy_region()
/Zephyr-latest/arch/arc/core/
Delf.c40 const uintptr_t loc = llext_get_reloc_instruction_location(ldr, ext, shdr->sh_info, rel); in arch_elf_relocate()
/Zephyr-latest/arch/riscv/core/
Delf.c96 const uintptr_t sect_base = (uintptr_t)llext_loaded_sect_ptr(ldr, ext, shdr->sh_info); in llext_riscv_find_sym_pcrel()
207 shdr->sh_info, rel); in arch_elf_relocate()
/Zephyr-latest/arch/arm64/core/
Delf.c440 const uintptr_t loc = llext_get_reloc_instruction_location(ldr, ext, shdr->sh_info, rel); in arch_elf_relocate()
/Zephyr-latest/arch/arm/core/
Delf.c326 const uintptr_t loc = llext_get_reloc_instruction_location(ldr, ext, shdr->sh_info, rel); in arch_elf_relocate()