Searched refs:SHF_WRITE (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/kernel/module/ |
D | strict_rwx.c | 84 const unsigned long shf_wx = SHF_WRITE | SHF_EXECINSTR; in module_enforce_rwx_sections()
|
D | kallsyms.c | 58 if (!(sechdrs[sym->st_shndx].sh_flags & SHF_WRITE)) in elf_type()
|
D | main.c | 1540 { SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL }, in __layout_sections() 1542 { SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL }, in __layout_sections()
|
/linux-6.12.1/arch/mips/kernel/ |
D | vpe.c | 190 {SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL}, in layout_sections() 191 {SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL}, in layout_sections()
|
/linux-6.12.1/include/uapi/linux/ |
D | elf.h | 291 #define SHF_WRITE 0x1 macro
|
/linux-6.12.1/drivers/remoteproc/ |
D | remoteproc_coredump.c | 441 elf_shdr_set_sh_flags(class, shdr, SHF_WRITE); in rproc_coredump_using_sections()
|
/linux-6.12.1/tools/objtool/ |
D | check.c | 748 sec->sh.sh_flags |= SHF_WRITE; in create_static_call_sections()
|