Lines Matching refs:st_shndx
2301 switch (sym[i].st_shndx) { in simplify_symbols()
2344 if (sym[i].st_shndx == info->index.pcpu) in simplify_symbols()
2347 secbase = info->sechdrs[sym[i].st_shndx].sh_addr; in simplify_symbols()
2621 if (sym->st_shndx == SHN_UNDEF) in elf_type()
2623 if (sym->st_shndx == SHN_ABS || sym->st_shndx == info->index.pcpu) in elf_type()
2625 if (sym->st_shndx >= SHN_LORESERVE) in elf_type()
2627 if (sechdrs[sym->st_shndx].sh_flags & SHF_EXECINSTR) in elf_type()
2629 if (sechdrs[sym->st_shndx].sh_flags & SHF_ALLOC in elf_type()
2630 && sechdrs[sym->st_shndx].sh_type != SHT_NOBITS) { in elf_type()
2631 if (!(sechdrs[sym->st_shndx].sh_flags & SHF_WRITE)) in elf_type()
2633 else if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL) in elf_type()
2638 if (sechdrs[sym->st_shndx].sh_type == SHT_NOBITS) { in elf_type()
2639 if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL) in elf_type()
2644 if (strstarts(info->secstrings + sechdrs[sym->st_shndx].sh_name, in elf_type()
2656 if (src->st_shndx == SHN_UNDEF in is_core_symbol()
2657 || src->st_shndx >= shnum in is_core_symbol()
2662 if (src->st_shndx == pcpundx) in is_core_symbol()
2666 sec = sechdrs + src->st_shndx; in is_core_symbol()
4070 if (sym->st_shndx == SHN_UNDEF) in find_kallsyms_symbol()
4225 sym->st_shndx != SHN_UNDEF) in find_kallsyms_symbol_value()
4274 if (sym->st_shndx == SHN_UNDEF) in module_kallsyms_on_each_symbol()