Searched refs:st_shndx (Results 1 – 6 of 6) sorted by relevance
160 if (is_shndx_special(sym->st_shndx)) in get_secindex()161 return SPECIAL(sym->st_shndx); in get_secindex()162 if (sym->st_shndx != SHN_XINDEX) in get_secindex()163 return sym->st_shndx; in get_secindex()
533 sym->st_shndx = TO_NATIVE(sym->st_shndx); in parse_elf()598 switch (sym->st_shndx) { in handle_modversions()1213 if (is_shndx_special(sym->st_shndx)) in find_elf_symbol2()1583 if (is_shndx_special(sym->st_shndx)) in section_rela()1641 if (is_shndx_special(sym->st_shndx)) in section_rel()
905 if (!sym->st_shndx || get_secindex(info, sym) >= info->num_sections) in handle_moddevtable()
175 Elf32_Half st_shndx; member182 Elf64_Half st_shndx; /* Associated section index */ member
384 Elf32_Section st_shndx; /* Section index */ member392 Elf64_Section st_shndx; /* Section index */ member
430 if (txtndx == w2(symp->st_shndx) in find_secsym_ndx()