Lines Matching refs:debug_buf_ptr
605 …panic_info->eph_panic_log_len = PE_get_offset_into_panic_region(debug_buf_ptr) - panic_info->eph_p… in do_print_all_backtraces()
620 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()
624 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()
628 debug_buf_ptr += (8 - ((uintptr_t)debug_buf_ptr % 8)); in do_print_all_backtraces()
629 stackshot_begin_loc = debug_buf_ptr; in do_print_all_backtraces()
632 err = kcdata_memory_static_init(&kc_panic_data, (mach_vm_address_t)debug_buf_ptr, in do_print_all_backtraces()
655 debug_buf_ptr += bytes_traced; in do_print_all_backtraces()
660 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()
675 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()
681 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()
687 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()
800 unsigned int pi_size = (unsigned int)(debug_buf_ptr - gPanicBase); in SavePanicInfo()
814 …panic_info->eph_other_log_len = PE_get_offset_into_panic_region(debug_buf_ptr) - panic_info->eph_o… in SavePanicInfo()
831 panicbuf_length = (unsigned int)(debug_buf_ptr - gPanicBase); in paniclog_flush()
839 …panic_info->eph_other_log_len = PE_get_offset_into_panic_region(debug_buf_ptr) - panic_info->eph_o… in paniclog_flush()