Searched refs:st_shndx (Results 1 – 6 of 6) sorted by relevance
112 (stt != STT_NOTYPE || sym_tbl.st_shndx != SHN_UNDEF)) { in llext_link_plt()285 ELF_ST_BIND(sym.st_info), sym.st_shndx); in llext_link()294 } else if (sym.st_shndx == SHN_UNDEF) { in llext_link()307 } else if (sym.st_shndx == SHN_ABS) { in llext_link()310 } else if ((sym.st_shndx < ldr->hdr.e_shnum) && in llext_link()311 !IN_RANGE(sym.st_shndx, SHN_LORESERVE, SHN_HIRESERVE)) { in llext_link()332 sym.st_shndx) in llext_link()337 i, j, sym.st_shndx, sym.st_shndx); in llext_link()
403 uint32_t sect = sym.st_shndx; in llext_count_export_syms()496 unsigned int shndx = sym.st_shndx; in llext_copy_symbols()
39 sym->st_shndx * ldr->hdr.e_shentsize); in arch_elf_relocate_local()
230 elf32_half st_shndx; member244 elf64_half st_shndx; member
71 s0.entry.st_shndx = 181 s2.entry.st_shndx = 2
125 sym.name, sym.entry.st_size, sym.entry.st_shndx)