Lines Matching refs:st_shndx
2247 switch (sym[i].st_shndx) { in simplify_symbols()
2290 if (sym[i].st_shndx == info->index.pcpu) in simplify_symbols()
2293 secbase = info->sechdrs[sym[i].st_shndx].sh_addr; in simplify_symbols()
2553 if (sym->st_shndx == SHN_UNDEF) in elf_type()
2555 if (sym->st_shndx == SHN_ABS || sym->st_shndx == info->index.pcpu) in elf_type()
2557 if (sym->st_shndx >= SHN_LORESERVE) in elf_type()
2559 if (sechdrs[sym->st_shndx].sh_flags & SHF_EXECINSTR) in elf_type()
2561 if (sechdrs[sym->st_shndx].sh_flags & SHF_ALLOC in elf_type()
2562 && sechdrs[sym->st_shndx].sh_type != SHT_NOBITS) { in elf_type()
2563 if (!(sechdrs[sym->st_shndx].sh_flags & SHF_WRITE)) in elf_type()
2565 else if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL) in elf_type()
2570 if (sechdrs[sym->st_shndx].sh_type == SHT_NOBITS) { in elf_type()
2571 if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL) in elf_type()
2576 if (strstarts(info->secstrings + sechdrs[sym->st_shndx].sh_name, in elf_type()
2588 if (src->st_shndx == SHN_UNDEF in is_core_symbol()
2589 || src->st_shndx >= shnum in is_core_symbol()
2594 if (src->st_shndx == pcpundx) in is_core_symbol()
2598 sec = sechdrs + src->st_shndx; in is_core_symbol()
3928 if (kallsyms->symtab[i].st_shndx == SHN_UNDEF) in get_ksymbol()
4075 kallsyms->symtab[i].st_shndx != SHN_UNDEF) in mod_find_symname()
4122 if (kallsyms->symtab[i].st_shndx == SHN_UNDEF) in module_kallsyms_on_each_symbol()