Searched refs:SHT_RELA (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/arch/x86/tools/
H A Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA
H A Drelocs.c584 #if (SHT_REL_TYPE == SHT_RELA)
/linux-master/arch/mips/boot/tools/
H A Drelocs_64.c8 #define SHT_REL_TYPE SHT_RELA
H A Drelocs.c400 #if (SHT_REL_TYPE == SHT_RELA)
/linux-master/arch/arm64/kernel/pi/
H A Drelacheck.c83 if (swab_elfword(shdr[i].sh_type) != SHT_RELA)
/linux-master/arch/mips/vdso/
H A Dgenvdso.h33 case SHT_RELA:
/linux-master/arch/s390/tools/
H A Drelocs.c20 #define SHT_REL_TYPE SHT_RELA
244 #if (SHT_REL_TYPE == SHT_RELA)
/linux-master/arch/riscv/kernel/
H A Dmodule-sections.c128 if (sechdrs[i].sh_type != SHT_RELA)
/linux-master/arch/alpha/kernel/
H A Dmodule.c111 if (s->sh_type == SHT_RELA) {
/linux-master/arch/loongarch/kernel/
H A Dmodule-sections.c143 if (sechdrs[i].sh_type != SHT_RELA)
/linux-master/scripts/
H A Drecordmcount.h323 ? w(SHT_RELA)
578 if (w(relhdr->sh_type) != SHT_REL && w(relhdr->sh_type) != SHT_RELA)
H A Dsorttable.h318 r(&s->sh_type) == SHT_RELA) &&
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c435 case SHT_RELA:
/linux-master/arch/powerpc/kernel/
H A Dmodule_32.c94 if (sechdrs[i].sh_type == SHT_RELA) {
H A Dmodule_64.c216 if (sechdrs[i].sh_type == SHT_RELA) {
306 if (sechdrs[i].sh_type == SHT_RELA) {
/linux-master/arch/arm64/kernel/
H A Dmodule-plts.c319 if (sechdrs[i].sh_type != SHT_RELA)
/linux-master/include/uapi/linux/
H A Delf.h276 #define SHT_RELA 4 macro
/linux-master/tools/objtool/include/objtool/
H A Delf.h179 return sec->sh.sh_type == SHT_RELA || sec->sh.sh_type == SHT_REL;
/linux-master/arch/parisc/kernel/
H A Dmodule.c302 if (sechdrs[i].sh_type != SHT_RELA)
943 else if (s->sh_type == SHT_RELA)
/linux-master/kernel/
H A Dkexec_file.c977 if (relsec->sh_type != SHT_RELA &&
982 * For section of type SHT_RELA/SHT_REL,
1007 * relocations of type SHT_RELA/SHT_REL.
1009 if (relsec->sh_type == SHT_RELA)
/linux-master/arch/s390/kernel/
H A Dmodule.c188 if (sechdrs[i].sh_type != SHT_RELA)
/linux-master/scripts/mod/
H A Dmodpost.c1483 if (sechdr->sh_type == SHT_REL || sechdr->sh_type == SHT_RELA) {
1496 if (sechdr->sh_type == SHT_RELA)
/linux-master/arch/mips/kernel/
H A Dvpe.c689 else if (sechdrs[i].sh_type == SHT_RELA)
/linux-master/tools/perf/util/
H A Dsymbol-elf.c742 if (shdr_rel_plt.sh_type != SHT_RELA &&
791 ri.is_rela = shdr_rel_plt.sh_type == SHT_RELA;
/linux-master/tools/objtool/
H A Delf.c1189 rsec->sh.sh_type = SHT_RELA;

Completed in 265 milliseconds

12