Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/llext/
Dllext_load.c578 unsigned int shndx = sym.st_shndx; in llext_copy_symbols() local
581 stb == STB_GLOBAL && shndx != SHN_UNDEF) { in llext_copy_symbols()
588 elf_shdr_t *shdr = ext->sect_hdrs + shndx; in llext_copy_symbols()
598 base = llext_loaded_sect_ptr(ldr, ext, shndx); in llext_copy_symbols()
606 LOG_DBG("section %d peeked at %p", shndx, base); in llext_copy_symbols()
608 LOG_ERR("No data for section %d", shndx); in llext_copy_symbols()