Searched refs:SHT_REL (Results 1 - 17 of 17) sorted by relevance

/linux-master/arch/x86/tools/
H A Drelocs_32.c8 #define SHT_REL_TYPE SHT_REL
/linux-master/arch/mips/boot/tools/
H A Drelocs_32.c8 #define SHT_REL_TYPE SHT_REL
/linux-master/arch/mips/vdso/
H A Dgenvdso.h32 case SHT_REL:
/linux-master/scripts/
H A Drecordmcount.h324 : w(SHT_REL);
558 /* .sh_info depends on .sh_type == SHT_REL[,A] */
578 if (w(relhdr->sh_type) != SHT_REL && w(relhdr->sh_type) != SHT_RELA)
H A Dsorttable.h317 if ((r(&s->sh_type) == SHT_REL ||
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c432 case SHT_REL:
433 fatal_error("Unexpected SHT_REL section \"%s\"",
/linux-master/arch/arm/kernel/
H A Dmodule-plts.c244 if (s->sh_type != SHT_REL)
/linux-master/include/uapi/linux/
H A Delf.h281 #define SHT_REL 9 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/kernel/
H A Dkexec_file.c978 relsec->sh_type != SHT_REL)
982 * For section of type SHT_RELA/SHT_REL,
1007 * relocations of type SHT_RELA/SHT_REL.
1012 else if (relsec->sh_type == SHT_REL)
/linux-master/tools/lib/bpf/
H A Dlinker.c681 case SHT_REL:
765 case SHT_REL:
867 /* SHT_REL's sh_link should point to SYMTAB */
874 /* SHT_REL's sh_info points to relocated section */
1185 return sec->shdr->sh_type == SHT_REL;
H A Dlibbpf.c3846 } else if (sh->sh_type == SHT_REL) {
7183 if (shdr->sh_type != SHT_REL || idx < 0 || idx >= obj->efile.sec_cnt) {
/linux-master/arch/parisc/kernel/
H A Dmodule.c939 if (s->sh_type == SHT_REL)
/linux-master/arch/mips/kernel/
H A Dvpe.c686 if (sechdrs[i].sh_type == SHT_REL)
/linux-master/scripts/mod/
H A Dmodpost.c1483 if (sechdr->sh_type == SHT_REL || sechdr->sh_type == SHT_RELA) {
/linux-master/kernel/module/
H A Dmain.c1461 else if (info->sechdrs[i].sh_type == SHT_REL)
/linux-master/tools/perf/util/
H A Dsymbol-elf.c743 shdr_rel_plt.sh_type != SHT_REL)

Completed in 248 milliseconds