Home
last modified time | relevance | path

Searched refs:mph_stackshot_offset (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/pexpert/i386/
H A Dpe_init.c443 if (!(((panic_info->mph_stackshot_offset == 0) && (panic_info->mph_stackshot_len == 0)) || in PE_update_panicheader_nestedpanic()
444 ((panic_info->mph_stackshot_offset != 0) && (panic_info->mph_stackshot_len != 0)))) { in PE_update_panicheader_nestedpanic()
446 panic_info->mph_stackshot_offset, panic_info->mph_stackshot_len); in PE_update_panicheader_nestedpanic()
/xnu-8019.80.24/osfmk/i386/AT386/
H A Dmodel_dep.c802 panic_info->mph_stackshot_offset = PE_get_offset_into_panic_region(stackshot_begin_loc); in RecordPanicStackshot()
805 panic_info->mph_stackshot_offset = panic_info->mph_stackshot_len = 0; in RecordPanicStackshot()
981 …size_to_flush = ROUNDUP((panic_info->mph_stackshot_len + (panic_info->mph_stackshot_offset - offse… in paniclog_flush_internal()
987 …offset_to_flush = ROUNDDOWN((panic_info->mph_stackshot_offset + panic_info->mph_stackshot_len), PA… in paniclog_flush_internal()
/xnu-8019.80.24/osfmk/kern/
H A Ddebug.h359 …uint32_t mph_stackshot_offset; /* Offset of the panic stackshot from the beginning of the header … member
/xnu-8019.80.24/tools/lldbmacros/
H A Dxnu.py679 panic_stackshot_addr = unsigned(panic_header) + unsigned(panic_header.mph_stackshot_offset)