Home
last modified time | relevance | path

Searched refs:eph_panic_log_offset (Results 1 – 5 of 5) sorted by relevance

/xnu-10063.141.1/pexpert/arm/
H A Dpe_init.c673 …panic_info->eph_panic_log_offset = debug_buf_base ? PE_get_offset_into_panic_region(debug_buf_base… in PE_init_panicheader()
705 if (panic_info->eph_panic_log_offset == 0) { in PE_update_panicheader_nestedpanic()
/xnu-10063.141.1/osfmk/arm/
H A Dmodel_dep.c680 …_panic_log_len = PE_get_offset_into_panic_region(debug_buf_ptr) - panic_info->eph_panic_log_offset; in do_print_all_backtraces()
872 while (!panic_info || panic_info->eph_panic_log_offset == 0) { in SavePanicInfo()
/xnu-10063.141.1/osfmk/kern/
H A Ddebug.h361 …uint32_t eph_panic_log_offset; /* Offset of the beginning of the panic log from the beginning … member
/xnu-10063.141.1/osfmk/kdp/
H A Dkdp_core.c1106 prior_debug_logsize = (panic_info->eph_panic_log_offset - sizeof(struct embedded_panic_header)) + in do_kern_dump()
1246 initial_log_length = (panic_info->eph_panic_log_offset - sizeof(struct embedded_panic_header)) + in do_kern_dump()
/xnu-10063.141.1/tools/lldbmacros/
H A Dxnu.py843 panic_log_begin_offset = unsigned(panic_header.eph_panic_log_offset)