Lines Matching refs:st_shndx
1952 switch (sym[i].st_shndx) {
1991 if (sym[i].st_shndx == info->index.pcpu)
1994 secbase = info->sechdrs[sym[i].st_shndx].sh_addr;
2234 if (sym->st_shndx == SHN_UNDEF)
2236 if (sym->st_shndx == SHN_ABS)
2238 if (sym->st_shndx >= SHN_LORESERVE)
2240 if (sechdrs[sym->st_shndx].sh_flags & SHF_EXECINSTR)
2242 if (sechdrs[sym->st_shndx].sh_flags & SHF_ALLOC
2243 && sechdrs[sym->st_shndx].sh_type != SHT_NOBITS) {
2244 if (!(sechdrs[sym->st_shndx].sh_flags & SHF_WRITE))
2246 else if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL)
2251 if (sechdrs[sym->st_shndx].sh_type == SHT_NOBITS) {
2252 if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL)
2257 if (strstarts(info->secstrings + sechdrs[sym->st_shndx].sh_name,
2269 if (src->st_shndx == SHN_UNDEF
2270 || src->st_shndx >= shnum
2274 sec = sechdrs + src->st_shndx;
3513 if (kallsyms->symtab[i].st_shndx == SHN_UNDEF)