Lines Matching defs:shndx
442 Elf32_Word shndx;
476 &shndx)) {
492 shndx = sym->sym.st_shndx;
494 sym->sec = find_section_by_index(elf, shndx);
600 Elf32_Word shndx = sym->sec ? sym->sec->idx : SHN_UNDEF;
609 shndx = sym->sym.st_shndx;
707 if ((shndx >= SHN_UNDEF && shndx < SHN_LORESERVE) || is_special_shndx) {
708 sym->sym.st_shndx = shndx;
710 shndx = 0;
719 if (!gelf_update_symshndx(symtab_data, shndx_data, idx, &sym->sym, shndx)) {