Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/module/
Ddebug_kmemleak.c23 !(info->sechdrs[i].sh_flags & SHF_WRITE) || in kmemleak_load_module()
Dstrict_rwx.c65 const unsigned long shf_wx = SHF_WRITE | SHF_EXECINSTR; in module_enforce_rwx_sections()
Dkallsyms.c58 if (!(sechdrs[sym->st_shndx].sh_flags & SHF_WRITE)) in elf_type()
Dmain.c1515 { SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL }, in __layout_sections()
1517 { SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL }, in __layout_sections()
/Linux-v6.6/arch/mips/kernel/
Dvpe.c190 {SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL}, in layout_sections()
191 {SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL}, in layout_sections()
/Linux-v6.6/include/uapi/linux/
Delf.h291 #define SHF_WRITE 0x1 macro
/Linux-v6.6/drivers/remoteproc/
Dremoteproc_coredump.c441 elf_shdr_set_sh_flags(class, shdr, SHF_WRITE); in rproc_coredump_using_sections()
/Linux-v6.6/tools/objtool/
Dcheck.c695 sec->sh.sh_flags |= SHF_WRITE; in create_static_call_sections()