OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DWARF_EIP
(Results
1 - 2
of
2
) sorted by null
/system/core/libcorkscrew/arch-x86/
backtrace-x86.c
538
if (!get_old_register_value(memory, cfa, dstate,
DWARF_EIP
, state, &newstate)) return false;
544
ALOGV("update_state: IP: 0x%x; restore IP: 0x%x", state->reg[
DWARF_EIP
], newstate.reg[
DWARF_EIP
]);
749
while (c < fde_length + 4 && state->reg[
DWARF_EIP
] >= dstate->loc) {
753
ALOGV("IP: %x, LOC: %x", state->reg[
DWARF_EIP
], dstate->loc);
768
ALOGV("IP: %x", state->reg[
DWARF_EIP
]);
773
uintptr_t fde = find_fde(memory, map_info_list, state->reg[
DWARF_EIP
]);
781
ip == state->reg[
DWARF_EIP
]) {
787
index ? rewind_pc_arch(memory, state->reg[
DWARF_EIP
]) : state->reg[
DWARF_EIP
],
[
all
...]
dwarf.h
138
#define
DWARF_EIP
8
Completed in 70 milliseconds