Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/coredump/coredump_parser/
Delf_parser.py16 SHF_WRITE = 0x1 variable
19 SHF_WRITE_ALLOC = SHF_WRITE | SHF_ALLOC
/Zephyr-latest/include/zephyr/llext/
Delf.h214 #define SHF_WRITE 0x1 /**< Section is writable */ macro
218 #define SHF_BASIC_TYPE_MASK (SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR)
/Zephyr-latest/scripts/footprint/
Dsize_report43 SHF_WRITE = 0x1 variable
46 SHF_WRITE_ALLOC = SHF_WRITE | SHF_ALLOC
/Zephyr-latest/subsys/llext/
Dllext_load.c240 } else if (shdr->sh_flags & SHF_WRITE) { in llext_map_sections()