Lines Matching refs:st_shndx
48 if (sym->st_shndx == SHN_UNDEF) in elf_type()
50 if (sym->st_shndx == SHN_ABS || sym->st_shndx == info->index.pcpu) in elf_type()
52 if (sym->st_shndx >= SHN_LORESERVE) in elf_type()
54 if (sechdrs[sym->st_shndx].sh_flags & SHF_EXECINSTR) in elf_type()
56 if (sechdrs[sym->st_shndx].sh_flags & SHF_ALLOC && in elf_type()
57 sechdrs[sym->st_shndx].sh_type != SHT_NOBITS) { in elf_type()
58 if (!(sechdrs[sym->st_shndx].sh_flags & SHF_WRITE)) in elf_type()
60 else if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL) in elf_type()
65 if (sechdrs[sym->st_shndx].sh_type == SHT_NOBITS) { in elf_type()
66 if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL) in elf_type()
71 if (strstarts(info->secstrings + sechdrs[sym->st_shndx].sh_name, in elf_type()
84 if (src->st_shndx == SHN_UNDEF || in is_core_symbol()
85 src->st_shndx >= shnum || in is_core_symbol()
90 if (src->st_shndx == pcpundx) in is_core_symbol()
94 sec = sechdrs + src->st_shndx; in is_core_symbol()
284 if (sym->st_shndx == SHN_UNDEF) in find_kallsyms_symbol()
422 sym->st_shndx != SHN_UNDEF) in __find_kallsyms_symbol_value()
501 if (sym->st_shndx == SHN_UNDEF) in module_kallsyms_on_each_symbol()