Searched refs:st_shndx (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/subsys/llext/ |
D | llext_link.c | 177 } 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()
|
D | llext_load.c | 543 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/ |
D | elf.c | 98 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/ |
D | llext_internal.h | 58 return llext_section_name(ldr, ext, ext->sect_hdrs + sym->st_shndx); in llext_symbol_name()
|
D | elf.h | 235 elf32_half st_shndx; member 249 elf64_half st_shndx; member
|
/Zephyr-latest/scripts/build/ |
D | check_init_priorities_test.py | 71 s0.entry.st_shndx = 1 81 s2.entry.st_shndx = 2
|
D | check_init_priorities.py | 121 sym.name, sym.entry.st_size, sym.entry.st_shndx)
|