Searched refs:tgt_code (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/scripts/coredump/gdbstubs/ |
D | __init__.py | 28 tgt_code = logfile.log_hdr['tgt_code'] 30 if tgt_code == TgtCode.X86: 32 elif tgt_code == TgtCode.X86_64: 34 elif tgt_code == TgtCode.ARM_CORTEX_M: 36 elif tgt_code == TgtCode.RISC_V: 38 elif tgt_code == TgtCode.XTENSA: 40 elif tgt_code == TgtCode.ARM64:
|
/Zephyr-latest/scripts/coredump/coredump_parser/ |
D | log_parser.py | 139 id1, id2, hdr_ver, tgt_code, ptr_size, flags, reason = struct.unpack(LOG_HDR_STRUCT, hdr) 154 "tgt_code": tgt_code, 163 del id1, id2, hdr_ver, tgt_code, ptr_size, flags, reason
|
/Zephyr-latest/include/zephyr/debug/ |
D | coredump.h | 175 uint16_t tgt_code; member
|
/Zephyr-latest/subsys/debug/coredump/ |
D | coredump_core.c | 64 hdr.tgt_code = sys_cpu_to_le16(arch_coredump_tgt_code_get()); in dump_header()
|