HomeSort by relevance Sort by last modified time
    Searched refs:memory_t (Results 1 - 7 of 7) sorted by null

  /system/core/include/corkscrew/
ptrace.h 43 } memory_t; typedef in typeref:struct:__anon62578
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/
backtrace-arch.h 32 uintptr_t rewind_pc_arch(const memory_t* memory, uintptr_t pc);
ptrace.c 38 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) {
83 memory_t memory;
backtrace.c 77 memory_t memory;
  /system/core/libcorkscrew/arch-mips/
backtrace-mips.c 64 uintptr_t rewind_pc_arch(const memory_t* memory, uintptr_t pc) {
72 static ssize_t unwind_backtrace_common(const memory_t* memory,
170 memory_t memory;
193 memory_t memory;
  /system/core/libcorkscrew/arch-x86/
backtrace-x86.c 102 memory_t memory;
105 uintptr_t rewind_pc_arch(const memory_t* memory __attribute__((unused)), uintptr_t pc) {
118 static bool try_get_byte(const memory_t* memory, uintptr_t ptr, uint8_t* out_value, uint32_t* cursor) {
136 static bool try_get_xbytes(const memory_t* memory, uintptr_t ptr, uint32_t* out_value, uint8_t bytes, uint32_t* cursor) {
154 static bool try_get_leb128(const memory_t* memory, uintptr_t ptr, uint32_t* out_value, uint32_t* cursor, bool sign_extend) {
179 static bool try_get_sleb128(const memory_t* memory, uintptr_t ptr, uint32_t* out_value, uint32_t* cursor) {
184 static bool try_get_uleb128(const memory_t* memory, uintptr_t ptr, uint32_t* out_value, uint32_t* cursor) {
189 static bool read_dwarf(const memory_t* memory, uintptr_t ptr, uint32_t* out_value, uint8_t encoding, uint32_t* cursor) {
242 static uintptr_t find_fde(const memory_t* memory,
319 static bool execute_dwarf(const memory_t* memory, uintptr_t ptr, cie_info_t* cie_info
    [all...]
  /system/core/libcorkscrew/arch-arm/
backtrace-arm.c 121 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 412 milliseconds