Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/
H A Dmodel_dep.c619 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()
623 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()
659 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()
674 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()
680 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()
686 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()
691 assert(panic_info->eph_other_log_offset != 0); in do_print_all_backtraces()
813 …_other_log_len = PE_get_offset_into_panic_region(debug_buf_ptr) - panic_info->eph_other_log_offset; in SavePanicInfo()
838 …_other_log_len = PE_get_offset_into_panic_region(debug_buf_ptr) - panic_info->eph_other_log_offset; in paniclog_flush()
/xnu-8019.80.24/pexpert/arm/
H A Dpe_init.c684 assert(panic_info->eph_other_log_offset == panic_info->eph_other_log_len == 0); in PE_update_panicheader_nestedpanic()
695 if (panic_info->eph_other_log_offset == 0) { in PE_update_panicheader_nestedpanic()
696 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in PE_update_panicheader_nestedpanic()
/xnu-8019.80.24/osfmk/kern/
H A Ddebug.h319 …uint32_t eph_other_log_offset; /* Offset of the other log (any logging subsequent to the stack… member
/xnu-8019.80.24/osfmk/kdp/
H A Dkdp_core.c872 assert(panic_info->eph_other_log_offset != 0); in do_kern_dump()
1026 buf = (char *)(((char *)panic_info) + (uintptr_t) panic_info->eph_other_log_offset); in do_kern_dump()
/xnu-8019.80.24/tools/lldbmacros/
H A Dxnu.py621 other_log_begin_offset = unsigned(panic_header.eph_other_log_offset)