OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DWARF_ESP
(Results
1 - 2
of
2
) sorted by null
/system/core/libcorkscrew/arch-x86/
backtrace-x86.c
494
if (reg ==
DWARF_ESP
) {
528
if (dstate->cfa_reg ==
DWARF_ESP
) {
529
cfa = state->reg[
DWARF_ESP
] + dstate->cfa_off;
542
if (!get_old_register_value(memory, cfa, dstate,
DWARF_ESP
, state, &newstate)) return false;
546
ALOGV("update_state: ESP: 0x%x; restore ESP: 0x%x", state->reg[
DWARF_ESP
], newstate.reg[
DWARF_ESP
]);
770
ALOGV("SP: %x", state->reg[
DWARF_ESP
]);
791
state->reg[
DWARF_ESP
] = state->reg[DWARF_EBP] + 8;
798
ALOGV("restore SP: %x", state->reg[
DWARF_ESP
]);
806
uint32_t stack_top = state->reg[
DWARF_ESP
];
[
all
...]
dwarf.h
134
#define
DWARF_ESP
4
Completed in 26 milliseconds