Searched refs:SHF_EXECINSTR (Results 1 - 22 of 22) sorted by relevance

/linux-master/kernel/module/
H A Ddebug_kmemleak.c24 (info->sechdrs[i].sh_flags & SHF_EXECINSTR))
H A Dstrict_rwx.c84 const unsigned long shf_wx = SHF_WRITE | SHF_EXECINSTR;
H A Dkallsyms.c54 if (sechdrs[sym->st_shndx].sh_flags & SHF_EXECINSTR)
98 || !(sec->sh_flags & SHF_EXECINSTR)
H A Dmain.c1514 { SHF_EXECINSTR | SHF_ALLOC, ARCH_SHF_SMALL },
/linux-master/tools/objtool/include/objtool/
H A Dwarn.h21 bool is_text = (sec->sh.sh_flags & SHF_EXECINSTR);
/linux-master/arch/arm64/kernel/
H A Dmodule-plts.c323 if (!(dstsec->sh_flags & SHF_EXECINSTR))
345 pltsec->sh_flags = SHF_EXECINSTR | SHF_ALLOC;
353 pltsec->sh_flags = SHF_EXECINSTR | SHF_ALLOC;
361 tramp->sh_flags = SHF_EXECINSTR | SHF_ALLOC;
/linux-master/arch/loongarch/kernel/
H A Dmodule-sections.c147 if (!(dst_sec->sh_flags & SHF_EXECINSTR))
163 plt_sec->sh_flags = SHF_EXECINSTR | SHF_ALLOC;
179 tramp->sh_flags = SHF_EXECINSTR | SHF_ALLOC;
/linux-master/arch/arm/kernel/
H A Dmodule-plts.c248 if (!(dstsec->sh_flags & SHF_EXECINSTR))
263 mod->arch.core.plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC;
271 mod->arch.init.plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC;
/linux-master/arch/arm64/kernel/pi/
H A Drelacheck.c89 if ((flags & (SHF_ALLOC | SHF_EXECINSTR)) != SHF_ALLOC)
/linux-master/arch/riscv/kernel/
H A Dmodule-sections.c132 if (!(dst_sec->sh_flags & SHF_EXECINSTR))
139 mod->arch.plt.shdr->sh_flags = SHF_EXECINSTR | SHF_ALLOC;
/linux-master/arch/mips/tools/
H A Dloongson3-llsc-check.c290 if (!(sh->sh_flags & SHF_EXECINSTR))
/linux-master/include/uapi/linux/
H A Delf.h293 #define SHF_EXECINSTR 0x4 macro
/linux-master/tools/perf/util/
H A Dgenelf.c335 shdr->sh_flags = SHF_EXECINSTR | SHF_ALLOC;
H A Dsymbol-elf.c1335 return (flags & (SHF_ALLOC | SHF_EXECINSTR)) == (SHF_ALLOC | SHF_EXECINSTR);
/linux-master/scripts/
H A Drecordmcount.h568 !(_w(txthdr->sh_flags) & SHF_EXECINSTR))
/linux-master/tools/objtool/
H A Delf.c893 if (!(insn_sec->sh.sh_flags & SHF_EXECINSTR)) {
923 if (sym->sec && (sec->sh.sh_flags & SHF_EXECINSTR)) {
H A Dcheck.c382 if (!(sec->sh.sh_flags & SHF_EXECINSTR))
4202 if (!(sec->sh.sh_flags & SHF_EXECINSTR))
4293 if (!(sec->sh.sh_flags & SHF_EXECINSTR))
4464 if (sec->sh.sh_flags & SHF_EXECINSTR)
/linux-master/tools/lib/bpf/
H A Dlinker.c754 if (sec->shdr->sh_flags & SHF_EXECINSTR) {
922 if (link_sec->shdr->sh_flags & SHF_EXECINSTR) {
2094 if (src_linked_sec->shdr->sh_flags & SHF_EXECINSTR) {
H A Dlibbpf.c2989 return sh->sh_flags & SHF_EXECINSTR;
3815 if (sh->sh_flags & SHF_EXECINSTR) {
/linux-master/arch/mips/kernel/
H A Dvpe.c189 {SHF_EXECINSTR | SHF_ALLOC, ARCH_SHF_SMALL},
/linux-master/kernel/
H A Dkexec_file.c941 if (sechdrs[i].sh_flags & SHF_EXECINSTR &&
/linux-master/scripts/mod/
H A Dmodpost.c1030 return (elf->sechdrs[secndx].sh_flags & SHF_EXECINSTR) != 0;

Completed in 340 milliseconds