Searched refs:SHF_WRITE (Results 1 – 5 of 5) sorted by relevance
/linux/arch/mips/kernel/ |
A 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/include/uapi/linux/ |
A D | elf.h | 287 #define SHF_WRITE 0x1 macro
|
/linux/drivers/remoteproc/ |
A D | remoteproc_coredump.c | 439 elf_shdr_set_sh_flags(class, shdr, SHF_WRITE); in rproc_coredump_using_sections()
|
/linux/kernel/ |
A D | module.c | 2038 const unsigned long shf_wx = SHF_WRITE|SHF_EXECINSTR; in module_enforce_rwx_sections() 2434 { SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL }, in layout_sections() 2436 { SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections() 2645 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/tools/objtool/ |
A D | check.c | 621 sec = elf_create_section(file->elf, ".static_call_sites", SHF_WRITE, in create_static_call_sections()
|
Completed in 21 milliseconds