Home | History | Annotate | Download | only in arch-mips

Lines Matching defs:memory

64 uintptr_t rewind_pc_arch(const memory_t* memory, uintptr_t pc) {
72 static ssize_t unwind_backtrace_common(const memory_t* memory,
80 uintptr_t pc = index ? rewind_pc_arch(memory, state->pc) : state->pc;
97 if (!try_get_word(memory, addr, &op))
128 if (!try_get_word(memory, state->sp + ra_offset, &next_ra))
168 memory_t memory;
169 init_memory(&memory, map_info_list);
170 return unwind_backtrace_common(&memory, map_info_list,
190 memory_t memory;
191 init_memory_ptrace(&memory, tid);
192 return unwind_backtrace_common(&memory, context->map_info_list,