Searched refs:sh_info (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/include/zephyr/llext/ |
D | inspect.h | 64 *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()
|
D | elf.h | 167 elf32_word sh_info; member 193 elf64_word sh_info; member
|
/Zephyr-latest/subsys/llext/ |
D | llext_link.c | 402 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()
|
D | llext_load.c | 176 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()
|
D | llext_mem.c | 156 size_t prepad = region->sh_info; in llext_copy_region()
|
/Zephyr-latest/arch/arc/core/ |
D | elf.c | 40 const uintptr_t loc = llext_get_reloc_instruction_location(ldr, ext, shdr->sh_info, rel); in arch_elf_relocate()
|
/Zephyr-latest/arch/riscv/core/ |
D | elf.c | 96 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/ |
D | elf.c | 440 const uintptr_t loc = llext_get_reloc_instruction_location(ldr, ext, shdr->sh_info, rel); in arch_elf_relocate()
|
/Zephyr-latest/arch/arm/core/ |
D | elf.c | 326 const uintptr_t loc = llext_get_reloc_instruction_location(ldr, ext, shdr->sh_info, rel); in arch_elf_relocate()
|