Searched defs:Step (Results 1 - 5 of 5) sorted by relevance

/system/core/libunwindstack/tests/
H A DElfFake.cpp55 bool ElfInterfaceFake::Step(uint64_t, uint64_t, Regs* regs, Memory*, bool* finished) { function in class:unwindstack::ElfInterfaceFake
/system/core/libunwindstack/
H A DElfInterfaceArm.cpp99 bool ElfInterfaceArm::Step(uint64_t pc, uint64_t load_bias, Regs* regs, Memory* process_memory, function in class:unwindstack::ElfInterfaceArm
105 return ElfInterface32::Step(pc, load_bias, regs, process_memory, finished) ||
H A DElf.cpp163 bool Elf::Step(uint64_t rel_pc, uint64_t adjusted_rel_pc, Regs* regs, Memory* process_memory, function in class:unwindstack::Elf
177 return interface_->Step(adjusted_rel_pc, load_bias_, regs, process_memory, finished);
H A DElfInterface.cpp472 bool ElfInterface::Step(uint64_t pc, uint64_t load_bias, Regs* regs, Memory* process_memory, function in class:unwindstack::ElfInterface
487 if (debug_frame != nullptr && debug_frame->Step(adjusted_pc, regs, process_memory, finished)) {
493 if (eh_frame != nullptr && eh_frame->Step(adjusted_pc, regs, process_memory, finished)) {
499 gnu_debugdata_interface_->Step(pc, 0, regs, process_memory, finished)) {
H A DDwarfSection.cpp57 bool DwarfSection::Step(uint64_t pc, Regs* regs, Memory* process_memory, bool* finished) { function in class:unwindstack::DwarfSection

Completed in 80 milliseconds