Searched refs:memory_t (Results 1 – 7 of 7) sorted by relevance
/system/core/include/corkscrew/ |
D | ptrace.h | 43 } memory_t; typedef 84 void init_memory(memory_t* memory, const map_info_t* map_info_list); 90 void init_memory_ptrace(memory_t* memory, pid_t tid); 97 bool try_get_word(const memory_t* memory, uintptr_t ptr, uint32_t* out_value);
|
/system/core/libcorkscrew/ |
D | ptrace.c | 38 void init_memory(memory_t* memory, const map_info_t* map_info_list) { in init_memory() 43 void init_memory_ptrace(memory_t* memory, pid_t tid) { in init_memory_ptrace() 48 bool try_get_word(const memory_t* memory, uintptr_t ptr, uint32_t* out_value) { in try_get_word() 78 memory_t memory; in try_get_word_ptrace()
|
D | backtrace-arch.h | 32 uintptr_t rewind_pc_arch(const memory_t* memory, uintptr_t pc);
|
D | backtrace.c | 71 memory_t memory;
|
/system/core/libcorkscrew/arch-x86/ |
D | backtrace-x86.c | 90 uintptr_t rewind_pc_arch(const memory_t* memory __attribute__((unused)), uintptr_t pc) { in rewind_pc_arch() 95 static ssize_t unwind_backtrace_common(const memory_t* memory, in unwind_backtrace_common() 135 memory_t memory; in unwind_backtrace_signal_arch() 153 memory_t memory; in unwind_backtrace_ptrace_arch()
|
/system/core/libcorkscrew/arch-mips/ |
D | backtrace-mips.c | 64 uintptr_t rewind_pc_arch(const memory_t* memory, uintptr_t pc) { in rewind_pc_arch() 72 static ssize_t unwind_backtrace_common(const memory_t* memory, in unwind_backtrace_common() 168 memory_t memory; in unwind_backtrace_signal_arch() 190 memory_t memory; in unwind_backtrace_ptrace_arch()
|
/system/core/libcorkscrew/arch-arm/ |
D | backtrace-arm.c | 121 static uintptr_t get_exception_handler(const memory_t* memory, in get_exception_handler() 210 static bool try_next_byte(const memory_t* memory, byte_stream_t* stream, uint8_t* out_value) { in try_next_byte() 244 static bool try_pop_registers(const memory_t* memory, unwind_state_t* state, uint32_t mask) { in try_pop_registers() 279 static bool execute_personality_routine(const memory_t* memory, in execute_personality_routine() 441 static bool try_get_half_word(const memory_t* memory, uint32_t pc, uint16_t* out_value) { in try_get_half_word() 450 uintptr_t rewind_pc_arch(const memory_t* memory, uintptr_t pc) { in rewind_pc_arch() 486 static ssize_t unwind_backtrace_common(const memory_t* memory, in unwind_backtrace_common() 579 memory_t memory; in unwind_backtrace_signal_arch() 597 memory_t memory; in unwind_backtrace_ptrace_arch()
|