Lines Matching defs:shndx
382 Elf32_Word shndx;
410 &shndx)) {
426 shndx = sym->sym.st_shndx;
428 sym->sec = find_section_by_index(elf, shndx);
576 Elf32_Word shndx = sym->sec ? sym->sec->idx : SHN_UNDEF;
585 shndx = sym->sym.st_shndx;
671 if ((shndx >= SHN_UNDEF && shndx < SHN_LORESERVE) || is_special_shndx) {
672 sym->sym.st_shndx = shndx;
674 shndx = 0;
683 if (!gelf_update_symshndx(symtab_data, shndx_data, idx, &sym->sym, shndx)) {