Searched refs:DWARF_EBP (Results 1 - 2 of 2) sorted by relevance
/system/core/libcorkscrew/arch-x86/ |
H A D | backtrace-x86.c | 530 } else if (dstate->cfa_reg == DWARF_EBP) { 531 cfa = state->reg[DWARF_EBP] + dstate->cfa_off; 540 if (!get_old_register_value(memory, cfa, dstate, DWARF_EBP, state, &newstate)) return false; 545 ALOGV("update_state: EBP: 0x%x; restore EBP: 0x%x", state->reg[DWARF_EBP], newstate.reg[DWARF_EBP]); 769 ALOGV("BP: %x", state->reg[DWARF_EBP]); 780 if (!try_get_word(memory, state->reg[DWARF_EBP] + 4, &ip) || 791 state->reg[DWARF_ESP] = state->reg[DWARF_EBP] + 8; 792 if (!try_get_word(memory, state->reg[DWARF_EBP], &state->reg[DWARF_EBP])) { [all...] |
H A D | dwarf.h | 135 #define DWARF_EBP 5 macro
|
Completed in 271 milliseconds