Home
last modified time | relevance | path

Searched refs:st_shndx (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/llext/
Dllext_link.c177 } else if (sym->st_shndx == SHN_UNDEF) { in llext_lookup_symbol()
199 } else if (sym->st_shndx == SHN_ABS) { in llext_lookup_symbol()
202 } else if ((sym->st_shndx < ldr->hdr.e_shnum) && in llext_lookup_symbol()
203 !IN_RANGE(sym->st_shndx, SHN_LORESERVE, SHN_HIRESERVE)) { in llext_lookup_symbol()
220 (uintptr_t)llext_loaded_sect_ptr(ldr, ext, sym->st_shndx) + sym->st_value; in llext_lookup_symbol()
224 sym->st_shndx, sym->st_shndx); in llext_lookup_symbol()
288 (stt != STT_NOTYPE || sym.st_shndx != SHN_UNDEF)) { in llext_link_plt()
500 ELF_ST_BIND(sym.st_info), sym.st_shndx); in llext_link()
Dllext_load.c543 uint32_t sect = sym.st_shndx; in llext_count_export_syms()
661 unsigned int shndx = sym.st_shndx; in llext_copy_symbols()
/Zephyr-latest/arch/xtensa/core/
Delf.c98 uintptr_t link_addr = (uintptr_t)llext_loaded_sect_ptr(ldr, ext, rsym.st_shndx) + in xtensa_elf_relocate()
144 elf_shdr_t *shdr = ext->sect_hdrs + sym->st_shndx; in arch_elf_relocate_local()
149 shdr->sh_addr : (uintptr_t)llext_loaded_sect_ptr(ldr, ext, sym->st_shndx); in arch_elf_relocate_local()
/Zephyr-latest/include/zephyr/llext/
Dllext_internal.h58 return llext_section_name(ldr, ext, ext->sect_hdrs + sym->st_shndx); in llext_symbol_name()
Delf.h235 elf32_half st_shndx; member
249 elf64_half st_shndx; member
/Zephyr-latest/scripts/build/
Dcheck_init_priorities_test.py71 s0.entry.st_shndx = 1
81 s2.entry.st_shndx = 2
Dcheck_init_priorities.py121 sym.name, sym.entry.st_size, sym.entry.st_shndx)