Lines Matching refs:st_shndx
2333 switch (sym[i].st_shndx) { in simplify_symbols()
2376 if (sym[i].st_shndx == info->index.pcpu) in simplify_symbols()
2379 secbase = info->sechdrs[sym[i].st_shndx].sh_addr; in simplify_symbols()
2655 if (sym->st_shndx == SHN_UNDEF) in elf_type()
2657 if (sym->st_shndx == SHN_ABS || sym->st_shndx == info->index.pcpu) in elf_type()
2659 if (sym->st_shndx >= SHN_LORESERVE) in elf_type()
2661 if (sechdrs[sym->st_shndx].sh_flags & SHF_EXECINSTR) in elf_type()
2663 if (sechdrs[sym->st_shndx].sh_flags & SHF_ALLOC in elf_type()
2664 && sechdrs[sym->st_shndx].sh_type != SHT_NOBITS) { in elf_type()
2665 if (!(sechdrs[sym->st_shndx].sh_flags & SHF_WRITE)) in elf_type()
2667 else if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL) in elf_type()
2672 if (sechdrs[sym->st_shndx].sh_type == SHT_NOBITS) { in elf_type()
2673 if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL) in elf_type()
2678 if (strstarts(info->secstrings + sechdrs[sym->st_shndx].sh_name, in elf_type()
2690 if (src->st_shndx == SHN_UNDEF in is_core_symbol()
2691 || src->st_shndx >= shnum in is_core_symbol()
2696 if (src->st_shndx == pcpundx) in is_core_symbol()
2700 sec = sechdrs + src->st_shndx; in is_core_symbol()
4125 if (sym->st_shndx == SHN_UNDEF) in find_kallsyms_symbol()
4280 sym->st_shndx != SHN_UNDEF) in find_kallsyms_symbol_value()
4329 if (sym->st_shndx == SHN_UNDEF) in module_kallsyms_on_each_symbol()