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

/linux-master/kernel/module/
H A Ddebug_kmemleak.c23 !(info->sechdrs[i].sh_flags & SHF_WRITE) ||
H A Dstrict_rwx.c84 const unsigned long shf_wx = SHF_WRITE | SHF_EXECINSTR;
H A Dkallsyms.c58 if (!(sechdrs[sym->st_shndx].sh_flags & SHF_WRITE))
H A Dmain.c1515 { SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL },
1517 { SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL },
/linux-master/include/uapi/linux/
H A Delf.h291 #define SHF_WRITE 0x1 macro
/linux-master/drivers/remoteproc/
H A Dremoteproc_coredump.c441 elf_shdr_set_sh_flags(class, shdr, SHF_WRITE);
/linux-master/arch/mips/kernel/
H A Dvpe.c190 {SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL},
191 {SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL},
/linux-master/tools/objtool/
H A Dcheck.c698 sec->sh.sh_flags |= SHF_WRITE;

Completed in 242 milliseconds