Home
last modified time | relevance | path

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

/xnu-11215/pexpert/i386/
H A Dpe_init.c454 if (!(((panic_info->mph_stackshot_offset == 0) && (panic_info->mph_stackshot_len == 0)) || in PE_update_panicheader_nestedpanic()
455 ((panic_info->mph_stackshot_offset != 0) && (panic_info->mph_stackshot_len != 0)))) { in PE_update_panicheader_nestedpanic()
457 panic_info->mph_stackshot_offset, panic_info->mph_stackshot_len); in PE_update_panicheader_nestedpanic()
/xnu-11215/osfmk/i386/AT386/
H A Dmodel_dep.c798 panic_info->mph_stackshot_offset = PE_get_offset_into_panic_region(stackshot_begin_loc); in RecordPanicStackshot()
801 panic_info->mph_stackshot_offset = panic_info->mph_stackshot_len = 0; in RecordPanicStackshot()
987 …size_to_flush = ROUNDUP((panic_info->mph_stackshot_len + (panic_info->mph_stackshot_offset - offse… in paniclog_flush_internal()
993 …offset_to_flush = ROUNDDOWN((panic_info->mph_stackshot_offset + panic_info->mph_stackshot_len), PA… in paniclog_flush_internal()
/xnu-11215/osfmk/kern/
H A Ddebug.h434 …uint32_t mph_stackshot_offset; /* Offset of the panic stackshot from the beginning of the h… member
/xnu-11215/tools/lldbmacros/
H A Dxnu.py942 panic_stackshot_addr = unsigned(panic_header) + unsigned(panic_header.mph_stackshot_offset)