Home
last modified time | relevance | path

Searched refs:SHF_EXECINSTR (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dmodule-plts.c353 if (!(dstsec->sh_flags & SHF_EXECINSTR)) in module_frob_arch_sections()
389 pltsec->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
397 pltsec->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
405 tramp->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dmodule-plts.c253 if (!(dstsec->sh_flags & SHF_EXECINSTR)) in module_frob_arch_sections()
268 mod->arch.core.plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
276 mod->arch.init.plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dmodule-sections.c132 if (!(dst_sec->sh_flags & SHF_EXECINSTR)) in module_frob_arch_sections()
139 mod->arch.plt.shdr->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
/OK3568_Linux_fs/kernel/arch/mips/tools/
H A Dloongson3-llsc-check.c290 if (!(sh->sh_flags & SHF_EXECINSTR)) in main()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h289 #define SHF_EXECINSTR 0x4 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Delf.h288 #define SHF_EXECINSTR 0x4 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Delf.h288 #define SHF_EXECINSTR 0x4 macro
/OK3568_Linux_fs/u-boot/include/
H A Delf.h312 #define SHF_EXECINSTR 0x4 /* executable */ macro
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dgenelf.c333 shdr->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in jit_write_elf()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dmodule.c467 mod->arch.core_plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
471 mod->arch.init_plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf_common.h330 #define SHF_EXECINSTR 0x4 /* Section contains instructions. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf_common.h330 #define SHF_EXECINSTR 0x4 /* Section contains instructions. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf_common.h330 #define SHF_EXECINSTR 0x4 /* Section contains instructions. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf_common.h330 #define SHF_EXECINSTR 0x4 /* Section contains instructions. */ macro
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dbpf_load.c615 !(shdr_prog.sh_flags & SHF_EXECINSTR)) in do_load_bpf_file()
/OK3568_Linux_fs/kernel/kernel/
H A Dmodule.c2103 const unsigned long shf_wx = SHF_WRITE|SHF_EXECINSTR; in module_enforce_rwx_sections()
2498 { SHF_EXECINSTR | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections()
2706 if (sechdrs[sym->st_shndx].sh_flags & SHF_EXECINSTR) in elf_type()
2748 || !(sec->sh_flags & SHF_EXECINSTR) in is_core_symbol()
2911 (info->sechdrs[i].sh_flags & SHF_EXECINSTR)) in kmemleak_load_module()
H A Dkexec_file.c913 if (sechdrs[i].sh_flags & SHF_EXECINSTR && in kexec_purgatory_setup_sechdrs()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dvpe.c189 {SHF_EXECINSTR | SHF_ALLOC, ARCH_SHF_SMALL}, in layout_sections()
/OK3568_Linux_fs/kernel/scripts/
H A Drecordmcount.h568 !(_w(txthdr->sh_flags) & SHF_EXECINSTR)) in __has_rel_mcount()
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.c1619 return ((elf->sechdrs[section_index].sh_flags & SHF_EXECINSTR) == SHF_EXECINSTR); in is_executable_section()
/OK3568_Linux_fs/kernel/tools/objtool/
H A Dcheck.c360 if (!(sec->sh.sh_flags & SHF_EXECINSTR)) in decode_instructions()
3519 if (!(sec->sh.sh_flags & SHF_EXECINSTR)) in validate_functions()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Delf.h469 #define SHF_EXECINSTR (1 << 2) /* Executable */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Delf.h469 #define SHF_EXECINSTR (1 << 2) /* Executable */ macro
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c2362 return sh.sh_flags & SHF_EXECINSTR; in section_have_execinstr()
2879 if (sh.sh_flags & SHF_EXECINSTR) { in bpf_object__elf_collect()