Searched refs:eph_stackshot_offset (Results 1 – 4 of 4) sorted by relevance
688 assert(((panic_info->eph_stackshot_offset == 0) && (panic_info->eph_stackshot_len == 0)) || in PE_update_panicheader_nestedpanic()689 ((panic_info->eph_stackshot_offset != 0) && (panic_info->eph_stackshot_len != 0))); in PE_update_panicheader_nestedpanic()
317 …uint32_t eph_stackshot_offset; /* Offset of the beginning of the panic stackshot from the begi… member
657 panic_info->eph_stackshot_offset = PE_get_offset_into_panic_region(stackshot_begin_loc); in do_print_all_backtraces()
651 panic_stackshot_addr = unsigned(panic_header) + unsigned(panic_header.eph_stackshot_offset)