Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Delf.h287 #define SHF_WRITE 0x1 macro
/Linux-v5.10/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-v5.10/kernel/
Dmodule.c2097 const unsigned long shf_wx = SHF_WRITE|SHF_EXECINSTR; in module_enforce_rwx_sections()
2454 { SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL }, in layout_sections()
2456 { SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections()
2665 if (!(sechdrs[sym->st_shndx].sh_flags & SHF_WRITE)) in elf_type()
2865 !(info->sechdrs[i].sh_flags & SHF_WRITE) || in kmemleak_load_module()
/Linux-v5.10/tools/objtool/
Dcheck.c453 sec = elf_create_section(file->elf, ".static_call_sites", SHF_WRITE, in create_static_call_sections()