HomeSort by relevance Sort by last modified time
    Searched defs:arm_regs (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
elfcore.h 92 typedef struct arm_regs { /* General purpose registers */ struct
98 } arm_regs; typedef in typeref:struct:arm_regs
237 struct arm_regs arm;
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
elfcore.h 92 typedef struct arm_regs { /* General purpose registers */ struct
98 } arm_regs; typedef in typeref:struct:arm_regs
237 struct arm_regs arm;
  /external/strace/
syscall.c 735 struct pt_regs arm_regs; /* not static */ variable in typeref:struct:pt_regs
736 # define ARCH_REGS_FOR_GETREGSET arm_regs
743 # define arm_regs arm_regs_union.arm_r macro
882 tprintf("[%08lx] ", arm_regs.ARM_pc);
1089 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &arm_regs);
    [all...]

Completed in 50 milliseconds