Home
last modified time | relevance | path

Searched refs:SHF_WRITE (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/kernel/module/
H A Ddebug_kmemleak.c23 !(info->sechdrs[i].sh_flags & SHF_WRITE) || in kmemleak_load_module()
H A Dstrict_rwx.c65 const unsigned long shf_wx = SHF_WRITE | SHF_EXECINSTR; in module_enforce_rwx_sections()
H A Dkallsyms.c58 if (!(sechdrs[sym->st_shndx].sh_flags & SHF_WRITE)) in elf_type()
H A Dmain.c1515 { SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL }, in __layout_sections()
1517 { SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL }, in __layout_sections()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dvpe.c190 {SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL}, in layout_sections()
191 {SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL}, in layout_sections()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Delf.h290 #define SHF_WRITE 0x1 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Delf.h291 #define SHF_WRITE 0x1 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Delf.h243 #define SHF_WRITE 0x1 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Delf.h243 #define SHF_WRITE 0x1 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Delf.h229 #define SHF_WRITE 0x1 macro
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dvpe.c190 {SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL}, in layout_sections()
191 {SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL}, in layout_sections()
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dremoteproc_coredump.c441 elf_shdr_set_sh_flags(class, shdr, SHF_WRITE); in rproc_coredump_using_sections()
/kernel/linux/linux-5.10/kernel/
H A Dmodule.c2099 const unsigned long shf_wx = SHF_WRITE|SHF_EXECINSTR; in module_enforce_rwx_sections()
2498 { SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL }, in layout_sections()
2500 { SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections()
2709 if (!(sechdrs[sym->st_shndx].sh_flags & SHF_WRITE)) in elf_type()
2909 !(info->sechdrs[i].sh_flags & SHF_WRITE) || in kmemleak_load_module()
/kernel/linux/linux-5.10/tools/objtool/
H A Dcheck.c548 sec = elf_create_section(file->elf, ".static_call_sites", SHF_WRITE, in create_static_call_sections()
/kernel/linux/linux-6.6/tools/objtool/
H A Dcheck.c695 sec->sh.sh_flags |= SHF_WRITE; in create_static_call_sections()

Completed in 36 milliseconds