Lines Matching refs:st_shndx
2123 switch (sym[i].st_shndx) {
2162 if (sym[i].st_shndx == info->index.pcpu)
2165 secbase = info->sechdrs[sym[i].st_shndx].sh_addr;
2405 if (sym->st_shndx == SHN_UNDEF)
2407 if (sym->st_shndx == SHN_ABS)
2409 if (sym->st_shndx >= SHN_LORESERVE)
2411 if (sechdrs[sym->st_shndx].sh_flags & SHF_EXECINSTR)
2413 if (sechdrs[sym->st_shndx].sh_flags & SHF_ALLOC
2414 && sechdrs[sym->st_shndx].sh_type != SHT_NOBITS) {
2415 if (!(sechdrs[sym->st_shndx].sh_flags & SHF_WRITE))
2417 else if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL)
2422 if (sechdrs[sym->st_shndx].sh_type == SHT_NOBITS) {
2423 if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL)
2428 if (strstarts(info->secstrings + sechdrs[sym->st_shndx].sh_name,
2440 if (src->st_shndx == SHN_UNDEF
2441 || src->st_shndx >= shnum
2445 sec = sechdrs + src->st_shndx;
3690 if (kallsyms->symtab[i].st_shndx == SHN_UNDEF)