Home
last modified time | relevance | path

Searched refs:section_id (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/scripts/coredump/coredump_parser/
Dlog_parser.py166 section_id = self.fd.read(1)
167 if not section_id:
172 if section_id == COREDUMP_ARCH_HDR_ID:
176 elif section_id == COREDUMP_THREADS_META_HDR_ID:
180 elif section_id == COREDUMP_MEM_HDR_ID:
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/
Dghrd_10m50da.qsf177 set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top
178 set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT_AND_ROUTING -section_id T…
179 set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top
412 set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
/Zephyr-latest/cmake/linker/armlink/
Dscatter_script.cmake336 # armlink has --keep=<section_id>, but is there an scatter equivalent ?