Searched refs:memory_t (Results 1 - 7 of 7) sorted by relevance

/system/core/include/corkscrew/
H A Dptrace.h43 } memory_t; typedef in typeref:struct:__anon297
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/
H A Dbacktrace-arch.h32 uintptr_t rewind_pc_arch(const memory_t* memory, uintptr_t pc);
H A Dptrace.c38 void init_memory(memory_t* memory, const map_info_t* map_info_list) {
43 void init_memory_ptrace(memory_t* memory, pid_t tid) {
48 bool try_get_word(const memory_t* memory, uintptr_t ptr, uint32_t* out_value) {
78 memory_t memory;
H A Dbacktrace.c71 memory_t memory;
/system/core/libcorkscrew/arch-mips/
H A Dbacktrace-mips.c64 uintptr_t rewind_pc_arch(const memory_t* memory, uintptr_t pc) {
72 static ssize_t unwind_backtrace_common(const memory_t* memory,
168 memory_t memory;
190 memory_t memory;
/system/core/libcorkscrew/arch-x86/
H A Dbacktrace-x86.c90 uintptr_t rewind_pc_arch(const memory_t* memory __attribute__((unused)), uintptr_t pc) {
95 static ssize_t unwind_backtrace_common(const memory_t* memory,
135 memory_t memory;
153 memory_t memory;
/system/core/libcorkscrew/arch-arm/
H A Dbacktrace-arm.c121 static uintptr_t get_exception_handler(const memory_t* memory,
210 static bool try_next_byte(const memory_t* memory, byte_stream_t* stream, uint8_t* out_value) {
244 static bool try_pop_registers(const memory_t* memory, unwind_state_t* state, uint32_t mask) {
279 static bool execute_personality_routine(const memory_t* memory,
441 static bool try_get_half_word(const memory_t* memory, uint32_t pc, uint16_t* out_value) {
450 uintptr_t rewind_pc_arch(const memory_t* memory, uintptr_t pc) {
486 static ssize_t unwind_backtrace_common(const memory_t* memory,
579 memory_t memory;
597 memory_t memory;

Completed in 457 milliseconds