Searched refs:st_shndx (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/subsys/llext/ |
D | llext_link.c | 202 (stt != STT_NOTYPE || sym.st_shndx != SHN_UNDEF)) { in llext_link_plt() 391 ELF_ST_BIND(sym.st_info), sym.st_shndx); in llext_link() 400 } else if (sym.st_shndx == SHN_UNDEF) { in llext_link() 423 } else if (sym.st_shndx == SHN_ABS) { in llext_link() 426 } else if ((sym.st_shndx < ldr->hdr.e_shnum) && in llext_link() 427 !IN_RANGE(sym.st_shndx, SHN_LORESERVE, SHN_HIRESERVE)) { in llext_link() 448 sym.st_shndx) in llext_link() 453 i, j, sym.st_shndx, sym.st_shndx); in llext_link()
|
D | llext_load.c | 485 uint32_t sect = sym.st_shndx; in llext_count_export_syms() 578 unsigned int shndx = sym.st_shndx; in llext_copy_symbols()
|
/Zephyr-latest/arch/xtensa/core/ |
D | elf.c | 93 uintptr_t link_addr = (uintptr_t)llext_loaded_sect_ptr(ldr, ext, rsym.st_shndx) + in xtensa_elf_relocate() 139 elf_shdr_t *shdr = ext->sect_hdrs + sym->st_shndx; in arch_elf_relocate_local() 144 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 | 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)
|