Symbol: SHT_RELA
arch/alpha/kernel/module.c
111
if (s->sh_type == SHT_RELA) {
arch/arm64/kernel/module-plts.c
322
if (sechdrs[i].sh_type != SHT_RELA)
arch/arm64/kernel/pi/relacheck.c
83
if (swab_elfword(shdr[i].sh_type) != SHT_RELA)
arch/arm64/kvm/hyp/nvhe/gen-hyprel.c
441
case SHT_RELA:
arch/loongarch/kernel/module-sections.c
144
if (sechdrs[i].sh_type != SHT_RELA)
arch/mips/boot/tools/relocs.c
401
#if (SHT_REL_TYPE == SHT_RELA)
arch/mips/boot/tools/relocs_64.c
8
#define SHT_REL_TYPE SHT_RELA
arch/mips/kernel/vpe.c
690
else if (sechdrs[i].sh_type == SHT_RELA)
arch/mips/vdso/genvdso.h
33
case SHT_RELA:
arch/parisc/kernel/module.c
290
if (sechdrs[i].sh_type != SHT_RELA)
arch/parisc/kernel/module.c
931
else if (s->sh_type == SHT_RELA)
arch/powerpc/kernel/module_32.c
94
if (sechdrs[i].sh_type == SHT_RELA) {
arch/powerpc/kernel/module_64.c
217
if (sechdrs[i].sh_type == SHT_RELA) {
arch/powerpc/kernel/module_64.c
315
if (sechdrs[i].sh_type == SHT_RELA) {
arch/riscv/kernel/module-sections.c
156
if (sechdrs[i].sh_type != SHT_RELA)
arch/s390/kernel/module.c
154
if (sechdrs[i].sh_type != SHT_RELA)
arch/s390/tools/relocs.c
20
#define SHT_REL_TYPE SHT_RELA
arch/s390/tools/relocs.c
244
#if (SHT_REL_TYPE == SHT_RELA)
arch/x86/tools/relocs.c
546
#if (SHT_REL_TYPE == SHT_RELA)
arch/x86/tools/relocs_64.c
8
#define SHT_REL_TYPE SHT_RELA
kernel/kexec_file.c
1115
if (relsec->sh_type != SHT_RELA &&
kernel/kexec_file.c
1147
if (relsec->sh_type == SHT_RELA)
kernel/module/main.c
1640
else if (info->sechdrs[i].sh_type == SHT_RELA)
scripts/mod/modpost.c
1448
if (sechdr->sh_type == SHT_REL || sechdr->sh_type == SHT_RELA) {
scripts/mod/modpost.c
1461
if (sechdr->sh_type == SHT_RELA)
scripts/recordmcount.h
323
? w(SHT_RELA)
scripts/recordmcount.h
578
if (w(relhdr->sh_type) != SHT_REL && w(relhdr->sh_type) != SHT_RELA)
scripts/sorttable.c
380
if (shdr_type(shdr) != SHT_RELA)
scripts/sorttable.c
435
if (shdr_type(shdr) != SHT_RELA)
tools/objtool/elf.c
1654
elf_rela_size(elf), SHT_RELA, elf_addr_size(elf),
tools/objtool/include/objtool/elf.h
320
return sec->sh.sh_type == SHT_RELA || sec->sh.sh_type == SHT_REL;
tools/objtool/klp-post-link.c
94
SHT_RELA, elf_addr_size(elf),
tools/perf/util/symbol-elf.c
673
if (shdr_rel_plt.sh_type != SHT_RELA &&
tools/perf/util/symbol-elf.c
722
ri.is_rela = shdr_rel_plt.sh_type == SHT_RELA;