SHT_RELA          111 arch/alpha/kernel/module.c 		if (s->sh_type == SHT_RELA) {
SHT_RELA          295 arch/arm64/kernel/module-plts.c 		if (sechdrs[i].sh_type != SHT_RELA)
SHT_RELA          455 arch/ia64/kernel/module.c 		if (s->sh_type != SHT_RELA)
SHT_RELA          400 arch/mips/boot/tools/relocs.c #if (SHT_REL_TYPE == SHT_RELA)
SHT_RELA            8 arch/mips/boot/tools/relocs_64.c #define SHT_REL_TYPE            SHT_RELA
SHT_RELA          690 arch/mips/kernel/vpe.c 			else if (sechdrs[i].sh_type == SHT_RELA)
SHT_RELA           33 arch/mips/vdso/genvdso.h 		case SHT_RELA:
SHT_RELA          320 arch/parisc/kernel/module.c 		if (sechdrs[i].sh_type != SHT_RELA)
SHT_RELA          958 arch/parisc/kernel/module.c 			else if (s->sh_type == SHT_RELA)
SHT_RELA          108 arch/powerpc/kernel/module_32.c 		if (sechdrs[i].sh_type == SHT_RELA) {
SHT_RELA          254 arch/powerpc/kernel/module_64.c 		if (sechdrs[i].sh_type == SHT_RELA) {
SHT_RELA          128 arch/riscv/kernel/module-sections.c 		if (sechdrs[i].sh_type != SHT_RELA)
SHT_RELA          154 arch/s390/kernel/module.c 		if (sechdrs[i].sh_type != SHT_RELA)
SHT_RELA          527 arch/x86/tools/relocs.c #if (SHT_REL_TYPE == SHT_RELA)
SHT_RELA            8 arch/x86/tools/relocs_64.c #define SHT_REL_TYPE            SHT_RELA
SHT_RELA          966 kernel/kexec_file.c 		if (relsec->sh_type != SHT_RELA &&
SHT_RELA          998 kernel/kexec_file.c 		if (relsec->sh_type == SHT_RELA)
SHT_RELA         2387 kernel/module.c 		else if (info->sechdrs[i].sh_type == SHT_RELA)
SHT_RELA         1988 scripts/mod/modpost.c 		if (sechdrs[i].sh_type == SHT_RELA)
SHT_RELA          238 scripts/recordmcount.h 		? w(SHT_RELA)
SHT_RELA          492 scripts/recordmcount.h 	if (w(relhdr->sh_type) != SHT_REL && w(relhdr->sh_type) != SHT_RELA)
SHT_RELA          134 scripts/sortextable.h 		     r(&shdr[i].sh_type) == SHT_RELA) &&
SHT_RELA          358 tools/objtool/elf.c 		if (sec->sh.sh_type != SHT_RELA)
SHT_RELA          583 tools/objtool/elf.c 	sec->sh.sh_type = SHT_RELA;
SHT_RELA          380 tools/perf/util/symbol-elf.c 	if (shdr_rel_plt.sh_type == SHT_RELA) {