Lines Matching refs:st_shndx
2296 switch (sym[i].st_shndx) { in simplify_symbols()
2343 if (sym[i].st_shndx == info->index.pcpu) in simplify_symbols()
2346 secbase = info->sechdrs[sym[i].st_shndx].sh_addr; in simplify_symbols()
2635 if (sym->st_shndx == SHN_UNDEF) in elf_type()
2637 if (sym->st_shndx == SHN_ABS || sym->st_shndx == info->index.pcpu) in elf_type()
2639 if (sym->st_shndx >= SHN_LORESERVE) in elf_type()
2641 if (sechdrs[sym->st_shndx].sh_flags & SHF_EXECINSTR) in elf_type()
2643 if (sechdrs[sym->st_shndx].sh_flags & SHF_ALLOC in elf_type()
2644 && sechdrs[sym->st_shndx].sh_type != SHT_NOBITS) { in elf_type()
2645 if (!(sechdrs[sym->st_shndx].sh_flags & SHF_WRITE)) in elf_type()
2647 else if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL) in elf_type()
2652 if (sechdrs[sym->st_shndx].sh_type == SHT_NOBITS) { in elf_type()
2653 if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL) in elf_type()
2658 if (strstarts(info->secstrings + sechdrs[sym->st_shndx].sh_name, in elf_type()
2670 if (src->st_shndx == SHN_UNDEF in is_core_symbol()
2671 || src->st_shndx >= shnum in is_core_symbol()
2676 if (src->st_shndx == pcpundx) in is_core_symbol()
2680 sec = sechdrs + src->st_shndx; in is_core_symbol()
4242 if (sym->st_shndx == SHN_UNDEF) in find_kallsyms_symbol()
4409 sym->st_shndx != SHN_UNDEF) in find_kallsyms_symbol_value()
4458 if (sym->st_shndx == SHN_UNDEF) in module_kallsyms_on_each_symbol()