Lines Matching refs:shndx
580 Elf32_Word shndx;
617 &shndx)) {
633 shndx = sym->sym.st_shndx;
635 sym->sec = find_section_by_index(elf, shndx);
768 Elf32_Word shndx;
776 shndx = is_special_shndx ? sym->sym.st_shndx : sym->sec->idx;
874 if (shndx < SHN_LORESERVE || is_special_shndx) {
875 sym->sym.st_shndx = shndx;
877 shndx = 0;
886 if (!gelf_update_symshndx(symtab_data, shndx_data, idx, &sym->sym, shndx)) {