Lines Matching refs:st_shndx
268 name = sec_name(sym->st_shndx);
495 sym->st_shndx = elf_half_to_cpu(sym->st_shndx);
561 if (sym->st_shndx != SHN_ABS) {
608 if (sym->st_shndx != SHN_ABS) {
762 return (sym->st_shndx == per_cpu_shndx) &&
774 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname);
776 if (sym->st_shndx == SHN_UNDEF)
863 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname);
908 int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname);
1095 sec_name(sym->st_shndx));