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

  /external/libunwind/src/ptrace/
_UPT_access_fpreg.c 39 if ((unsigned) reg >= ARRAY_SIZE (_UPT_reg_offset))
50 ptrace (PTRACE_POKEUSER, pid, (void*) (_UPT_reg_offset[reg] + i * sizeof(wp[i])),
65 (void*) (_UPT_reg_offset[reg] + i * sizeof(wp[i])), 0);
82 if ((unsigned) reg >= ARRAY_SIZE (_UPT_reg_offset))
_UPT_internal.h 57 extern const int _UPT_reg_offset[UNW_REG_LAST + 1];
_UPT_access_reg.c 230 if ((unsigned) reg >= ARRAY_SIZE (_UPT_reg_offset))
233 Debug(2, "register out of range: >= %zu / %zu\n", sizeof(_UPT_reg_offset), sizeof(_UPT_reg_offset[0]));
245 ptrace (PTRACE_POKEUSER, pid, (void*) (uintptr_t) _UPT_reg_offset[reg], (void*) *val);
250 (unsigned long)_UPT_reg_offset[reg]);
253 *val = ptrace (PTRACE_PEEKUSER, pid, (void*) (uintptr_t) _UPT_reg_offset[reg], 0);
332 if ((unsigned) reg >= ARRAY_SIZE (_UPT_reg_offset))
337 r = (char *)&regs + _UPT_reg_offset[reg];
_UPT_reg_offset.c 35 const int _UPT_reg_offset[UNW_REG_LAST + 1] =
  /external/libunwind/
Android.mk 250 src/ptrace/_UPT_reg_offset.c \

Completed in 174 milliseconds