Home
last modified time | relevance | path

Searched refs:SHF_WRITE_ALLOC (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/scripts/coredump/coredump_parser/
Delf_parser.py19 SHF_WRITE_ALLOC = SHF_WRITE | SHF_ALLOC variable
122 elif (flags & SHF_WRITE_ALLOC) == SHF_WRITE_ALLOC:
/Zephyr-Core-3.7.0/scripts/footprint/
Dsize_report46 SHF_WRITE_ALLOC = SHF_WRITE | SHF_ALLOC variable
234 elif (flags & SHF_WRITE_ALLOC) == SHF_WRITE_ALLOC: