SHN_ABS            99 arch/mips/boot/tools/relocs.c 	else if (shndx == SHN_ABS)
SHN_ABS           509 arch/mips/kernel/vpe.c 		case SHN_ABS:
SHN_ABS           313 arch/powerpc/kernel/module_64.c 					syms[i].st_shndx = SHN_ABS;
SHN_ABS           331 arch/powerpc/kernel/module_64.c 		if (syms[i].st_shndx == SHN_ABS
SHN_ABS           291 arch/s390/kernel/machine_kexec_file.c 		    sym->st_shndx != SHN_ABS)
SHN_ABS           299 arch/s390/kernel/machine_kexec_file.c 		if (sym->st_shndx != SHN_ABS)
SHN_ABS           144 arch/s390/kernel/module.c 			symbols[i].st_shndx = SHN_ABS;
SHN_ABS            77 arch/sparc/kernel/module.c 				sym[i].st_shndx = SHN_ABS;
SHN_ABS           563 arch/x86/kernel/machine_kexec_64.c 		if (sym->st_shndx == SHN_ABS)
SHN_ABS           251 arch/x86/tools/relocs.c 	else if (shndx == SHN_ABS) {
SHN_ABS           561 arch/x86/tools/relocs.c 			if (sym->st_shndx != SHN_ABS) {
SHN_ABS           608 arch/x86/tools/relocs.c 			if (sym->st_shndx != SHN_ABS) {
SHN_ABS           774 arch/x86/tools/relocs.c 	int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname);
SHN_ABS           863 arch/x86/tools/relocs.c 	int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname);
SHN_ABS           906 arch/x86/tools/relocs.c 	int shn_abs = (sym->st_shndx == SHN_ABS) && !is_reloc(S_REL, symname);
SHN_ABS          2322 kernel/module.c 		case SHN_ABS:
SHN_ABS          2630 kernel/module.c 	if (sym->st_shndx == SHN_ABS || sym->st_shndx == info->index.pcpu)
SHN_ABS           700 scripts/mod/modpost.c 		if (sym->st_shndx != SHN_UNDEF && sym->st_shndx != SHN_ABS) {
SHN_ABS           148 tools/perf/util/symbol-elf.c 		sym->st_shndx != SHN_ABS &&
SHN_ABS          1103 tools/perf/util/symbol-elf.c 		if (sym.st_shndx == SHN_ABS)