Home
last modified time | relevance | path

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

/xnu-11215/pexpert/arm/
H A Dpe_init.c745 …if (((panic_info->eph_stackshot_offset == 0) && (panic_info->eph_stackshot_len == 0)) || ((panic_i… in PE_update_panicheader_nestedpanic()
/xnu-11215/osfmk/kern/
H A Ddebug.h378 …uint32_t eph_stackshot_offset; /* Offset of the beginning of the panic stackshot from the begi… member
/xnu-11215/osfmk/arm/
H A Dmodel_dep.c758 panic_info->eph_stackshot_offset = PE_get_offset_into_panic_region(stackshot_begin_loc); in do_print_all_backtraces()
/xnu-11215/tools/lldbmacros/
H A Dxnu.py884 panic_stackshot_addr = unsigned(panic_header) + unsigned(panic_header.eph_stackshot_offset)