Searched refs:SHF_WRITE (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/kernel/module/ |
H A D | debug_kmemleak.c | 23 !(info->sechdrs[i].sh_flags & SHF_WRITE) || in kmemleak_load_module()
|
H A D | strict_rwx.c | 65 const unsigned long shf_wx = SHF_WRITE | SHF_EXECINSTR; in module_enforce_rwx_sections()
|
H A D | kallsyms.c | 58 if (!(sechdrs[sym->st_shndx].sh_flags & SHF_WRITE)) in elf_type()
|
H A D | main.c | 1515 { SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL }, in __layout_sections() 1517 { SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL }, in __layout_sections()
|
/openbmc/u-boot/drivers/net/pfe_eth/ |
H A D | pfe_firmware.c | 68 if (!(be32_to_cpu(shdr->sh_flags) & (SHF_WRITE | SHF_ALLOC | in pfe_load_elf()
|
/openbmc/linux/arch/mips/kernel/ |
H 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()
|
/openbmc/linux/include/uapi/linux/ |
H A D | elf.h | 291 #define SHF_WRITE 0x1 macro
|
/openbmc/u-boot/include/ |
H A D | elf.h | 334 #define SHF_WRITE 0x1 /* Writable */ macro
|
/openbmc/linux/drivers/remoteproc/ |
H A D | remoteproc_coredump.c | 441 elf_shdr_set_sh_flags(class, shdr, SHF_WRITE); in rproc_coredump_using_sections()
|
/openbmc/qemu/include/ |
H A D | elf.h | 1585 #define SHF_WRITE 0x1 macro
|
/openbmc/linux/tools/objtool/ |
H A D | check.c | 695 sec->sh.sh_flags |= SHF_WRITE; in create_static_call_sections()
|