Home
last modified time | relevance | path

Searched refs:SHF_WRITE (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/kernel/module/
H A Dstrict_rwx.c93 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.c1572 { SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL }, in __layout_sections()
1574 { SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL }, in __layout_sections()
/linux-6.15/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()
/linux-6.15/tools/include/uapi/linux/
H A Delf.h299 #define SHF_WRITE 0x1 macro
/linux-6.15/include/uapi/linux/
H A Delf.h299 #define SHF_WRITE 0x1 macro
/linux-6.15/drivers/remoteproc/
H A Dremoteproc_coredump.c441 elf_shdr_set_sh_flags(class, shdr, SHF_WRITE); in rproc_coredump_using_sections()
/linux-6.15/tools/objtool/
H A Dcheck.c659 sec->sh.sh_flags |= SHF_WRITE; in create_static_call_sections()