Home
last modified time | relevance | path

Searched refs:DWARF_EIP (Results 1 – 2 of 2) sorted by relevance

/system/core/libcorkscrew/arch-x86/
Dbacktrace-x86.c533 if (!get_old_register_value(memory, cfa, dstate, DWARF_EIP, state, &newstate)) return false; in update_state()
539 …LOGV("update_state: IP: 0x%x; restore IP: 0x%x", state->reg[DWARF_EIP], newstate.reg[DWARF_EIP]); in update_state()
744 while (c < fde_length + 4 && state->reg[DWARF_EIP] >= dstate->loc) { in execute_fde()
748 ALOGV("IP: %x, LOC: %x", state->reg[DWARF_EIP], dstate->loc); in execute_fde()
763 ALOGV("IP: %x", state->reg[DWARF_EIP]); in unwind_backtrace_common()
768 uintptr_t fde = find_fde(memory, map_info_list, state->reg[DWARF_EIP]); in unwind_backtrace_common()
776 ip == state->reg[DWARF_EIP]) { in unwind_backtrace_common()
782 index ? rewind_pc_arch(memory, state->reg[DWARF_EIP]) : state->reg[DWARF_EIP], in unwind_backtrace_common()
785 state->reg[DWARF_EIP] = ip; in unwind_backtrace_common()
791 ALOGV("restore IP: %x", state->reg[DWARF_EIP]); in unwind_backtrace_common()
[all …]
Ddwarf.h138 #define DWARF_EIP 8 macro